Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to solved? #64

Open
Muzakie-ID opened this issue Nov 10, 2023 · 2 comments
Open

how to solved? #64

Muzakie-ID opened this issue Nov 10, 2023 · 2 comments

Comments

@Muzakie-ID
Copy link

Muzakie-ID commented Nov 10, 2023

No description provided.

@Muzakie-ID
Copy link
Author

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

at vendor/laravel/framework/src/Illuminate/Database/Connection.php:760
756▕ // If an exception occurs when attempting to run a query, we'll format the error
757▕ // message to include the bindings with SQL, which will make this exception a
758▕ // lot more helpful to the developer instead of just the database's errors.
759▕ catch (Exception $e) {
➜ 760▕ throw new QueryException(
761▕ $query, $this->prepareBindings($bindings), $e
762▕ );
763▕ }
764▕ }

  +36 vendor frames 

37 artisan:37
Illuminate\Foundation\Console\Kernel::handle()

@zuramai
Copy link
Owner

zuramai commented Nov 11, 2023

Update your database connection information in .env file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants