[GH-ISSUE #86] php artisan migrate Issue #33

Closed
opened 2026-02-27 09:12:40 +03:00 by kerem · 0 comments
Owner

Originally created by @HesaMtiPu on GitHub (Feb 9, 2023).
Original GitHub issue: https://github.com/maelstrom-cms/odin/issues/86

Hey Mate !!!
Hope you are doing Well.

i am installing this oding Project on my VM through DOC but there is some error while running php artisan migrate
Illuminate\Database\QueryException

SQLSTATE[HY000] [1045] Access denied for user 'odin'@'localhost' (using password: NO) (SQL: select * from information_schema.tables where table_schema = mysql and table_name = migrations and table_type = 'BASE TABLE')

at vendor/laravel/framework/src/Illuminate/Database/Connection.php:671
667| // If an exception occurs when attempting to run a query, we'll format the error
668| // message to include the bindings with SQL, which will make this exception a
669| // lot more helpful to the developer instead of just the database's errors.
670| catch (Exception $e) {

671| throw new QueryException(
672| $query, $this->prepareBindings($bindings), $e
673| );
674| }

please help me out ..
I tired to solve it and give full permision to user and database.

Originally created by @HesaMtiPu on GitHub (Feb 9, 2023). Original GitHub issue: https://github.com/maelstrom-cms/odin/issues/86 Hey Mate !!! Hope you are doing Well. ------------------------------ i am installing this oding Project on my VM through DOC but there is some error while running php artisan migrate Illuminate\Database\QueryException SQLSTATE[HY000] [1045] Access denied for user 'odin'@'localhost' (using password: NO) (SQL: select * from information_schema.tables where table_schema = mysql and table_name = migrations and table_type = 'BASE TABLE') at vendor/laravel/framework/src/Illuminate/Database/Connection.php:671 667| // If an exception occurs when attempting to run a query, we'll format the error 668| // message to include the bindings with SQL, which will make this exception a 669| // lot more helpful to the developer instead of just the database's errors. 670| catch (Exception $e) { > 671| throw new QueryException( 672| $query, $this->prepareBindings($bindings), $e 673| ); 674| } please help me out .. I tired to solve it and give full permision to user and database.
kerem closed this issue 2026-02-27 09:12:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/odin-maelstrom-cms#33
No description provided.