php網(wǎng)站報(bào)錯(cuò)[IlluminateDatabaseQueryException] SQLSTATE[HY000] [1045] Access denied for user
php網(wǎng)站報(bào)錯(cuò)[IlluminateDatabaseQueryException] SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using pas sword NO) (SQL select from information_schema.tables where table_schema =
藍(lán)隊(duì)云小課堂:
[Illuminate\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\Database\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\QueryException]
SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using pas
sword: NO) (SQL: select * from information_schema.tables where table_schema
= laravel_test1 and table_name = migrations)
通常是緩存造成的
在命令行中進(jìn)入程序根目錄,執(zhí)行下列語句。
php artisan cache:clear
php artisan config:clear
php artisan serve
然后在執(zhí)行 php artisan migrate
注意:前提是檢查完了 .env和config/database.php
更多小知識(shí),可聯(lián)系藍(lán)隊(duì)云一起探討。