Answers for "SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema = forge and table_name = migrations and table_type = 'BASE TABLE')"

PHP
0

In Connection.php line 664:SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema

php artisan config:clear
php artisan migrate:install
Posted by: Guest on September-02-2020
0

laravel SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema = testDB and table_name = migrations and table_type = 'BASE TABLE')

'unix_socket' => env('DB_SOCKET', '/Applications/MAMP/tmp/mysql/mysql.sock'),
Posted by: Guest on March-19-2021

Code answers related to "SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from information_schema.tables where table_schema = forge and table_name = migrations and table_type = 'BASE TABLE')"

Browse Popular Code Answers by Language