小编Nai*_*was的帖子

SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: 没有这样的主机是已知的。Laravel 8 中的错误

当我编写 php artisan migrate 命令时,我看到了这样的内容:-

SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: No such host is known.  (SQL: select * from information_schema.tables where table_schema = crudtwo and table_name = migrations and table_type = 'BASE TABLE')

    674?         // If an exception occurs when attempting to run a query, we'll format the error
    675?         // message to include the bindings with SQL, which will make this exception a
    676?         // lot more helpful to the developer instead of just the database's errors.
    677?         catch …
Run Code Online (Sandbox Code Playgroud)

php mysql web-development-server fatal-error laravel

-1
推荐指数
1
解决办法
1374
查看次数