laravel执行数据库迁移的过程中出现Illuminate\Database\QueryException : SQLSTATE[HY000] [2002] Operation timed out (SQL: select * from information_schema.tables where table_schema = shop and table_name = migrations

时间:2024-06-20 20:35:32

向customers表添加字段phone

php artisan make:migration add_phone_to_customers_table

laravel执行数据库迁移的过程中出现Illuminate\Database\QueryException  : SQLSTATE[HY000] [2002] Operation timed out (SQL: select * from information_schema.tables where table_schema = shop and table_name = migrations

laravel执行数据库迁移的过程中出现Illuminate\Database\QueryException  : SQLSTATE[HY000] [2002] Operation timed out (SQL: select * from information_schema.tables where table_schema = shop and table_name = migrations

问题:

laravel执行数据库迁移的过程中出现Illuminate\Database\QueryException  : SQLSTATE[HY000] [2002] Operation timed out (SQL: select * from information_schema.tables where table_schema = shop and table_name = migrations

解决方法:

laravel执行数据库迁移的过程中出现Illuminate\Database\QueryException  : SQLSTATE[HY000] [2002] Operation timed out (SQL: select * from information_schema.tables where table_schema = shop and table_name = migrations

将DB_HOST配置项修改为:127.0.0.1

laravel执行数据库迁移的过程中出现Illuminate\Database\QueryException  : SQLSTATE[HY000] [2002] Operation timed out (SQL: select * from information_schema.tables where table_schema = shop and table_name = migrations

laravel执行数据库迁移的过程中出现Illuminate\Database\QueryException  : SQLSTATE[HY000] [2002] Operation timed out (SQL: select * from information_schema.tables where table_schema = shop and table_name = migrations

执行完数据库迁移后记得将该配置项改回来