Showing 1 – 2 of 2 replies
Y.-M. Kang

DB name smartadmin DB user root After […]

Y.-M. Kang PURCHASED
3 years ago
DB name = smartadmin
DB user = root

After MySQL DB migration, I get this message.

============================================================
$ php artisan migrate

Illuminate\Database\QueryException

SQLSTATE[HY000] [1698] Access denied for user 'root'@'localhost' (SQL: select * from information_schema.tables where table_schema = smartadmin and table_name = migrations and table_type = 'BASE TABLE')

at vendor/laravel/framework/src/Illuminate/Database/Connection.php:678
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 (Exception $e) {
➜ 678▕ throw new QueryException(
679▕ $query, $this->prepareBindings($bindings), $e
680▕ );
681▕ }
682▕

+33 vendor frames
34 artisan:37
Illuminate\Foundation\Console\Kernel::handle()
============================================================
informaticamedios
informaticamedios PURCHASED
2 years ago
I have the same error in Cpanel, i put the corrects credential of mysql, of my new database, but show me the next error:

Illuminate\Database\QueryException

SQLSTATE[HY000] [1045] Access denied for user ''@'localhost' (using password: NO) (SQL: select * from information_schema.tables where table_schema = and table_name = migrations and table_type = 'BASE TABLE')
informaticamedios
informaticamedios PURCHASED
2 years ago
Run in console the following command
php artisan config:clear

and fix the error