gpt4 book ai didi

php - 连接被拒绝 SQL : select * from information_schema. 表,其中 table_schema = firstdb 和 table_name = migrations 和 table_type = 'BASE TABLE

转载 作者:行者123 更新时间:2023-12-04 11:54:18 26 4
gpt4 key购买 nike

我安装并打开了 XAMPP,这是我访问 phpmyadmin 页面的方式。我在 phpmyadmin 中创建了一个名为“firstdb”的数据库。

我还在本地存储的 Laravel 文件中创建了身份验证。我正在尝试使用 php artisan migrate 迁移表,但出现以下错误。

user@Andress-MacBook-Pro admin-panel % php artisan migrate

Illuminate\Database\QueryException

SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_schema.tables where table_schema = firstdb and table_name = migrations and table_type = 'BASE TABLE')

at vendor/laravel/framework/src/Illuminate/Database/Connection.php:671
667| // If an exception occurs when attempting to run a query, we'll format the error
668| // message to include the bindings with SQL, which will make this exception a
669| // lot more helpful to the developer instead of just the database's errors.
670| catch (Exception $e) {
> 671| throw new QueryException(
672| $query, $this->prepareBindings($bindings), $e
673| );
674| }
675|

+37 vendor frames
38 artisan:37
Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))

我到处找,请帮忙。

最佳答案

它可能是您的 .env 中错误的 mysql 端口号文件。检查您的 .env文件并确保端口号与 mysql 正在使用的端口号匹配。

关于php - 连接被拒绝 SQL : select * from information_schema. 表,其中 table_schema = firstdb 和 table_name = migrations 和 table_type = 'BASE TABLE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61242448/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com