Answers for "Illuminate\Database\QueryException SQLSTATE[HY000] [1049] Unknown database 'laravel chat' (SQL: select * from information_schema.tables where table_schema = laravel_chat and table_name = migrations and table_type = 'BASE TABLE')"

SQL
1

SQLSTATE[HY000] [1049] Unknown database

php artisan cache:clear
php artisan migrate:install
Posted by: Guest on January-13-2021

Code answers related to "Illuminate\Database\QueryException SQLSTATE[HY000] [1049] Unknown database 'laravel chat' (SQL: select * from information_schema.tables where table_schema = laravel_chat and table_name = migrations and table_type = 'BASE TABLE')"

Code answers related to "SQL"

Browse Popular Code Answers by Language