IL
Asked
there is an error in the laravel-2022-09-07.log
[2022-09-07 00:15:36] production.ERROR: SQLSTATE[HY000] [1045] Access denied for user 'abcwims'@'localhost' (using password: YES) (SQL: select count(*) as aggregate from `users` where `username` = abcAdmin) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'abcwims'@'localhost' (using password: YES) (SQL: select count(*) as aggregate from `users` where `username` = abcAdmin) at /home/innogreen/www/wims/vendor/laravel/framework/src/Illuminate/Database/Connection.php:759)
when press the next button at "Create Account", it haven't happen anything.
[2022-09-07 00:15:36] production.ERROR: SQLSTATE[HY000] [1045] Access denied for user 'abcwims'@'localhost' (using password: YES) (SQL: select count(*) as aggregate from `users` where `username` = abcAdmin) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 1045): SQLSTATE[HY000] [1045] Access denied for user 'abcwims'@'localhost' (using password: YES) (SQL: select count(*) as aggregate from `users` where `username` = abcAdmin) at /home/innogreen/www/wims/vendor/laravel/framework/src/Illuminate/Database/Connection.php:759)
when press the next button at "Create Account", it haven't happen anything.
- MSAnsweredHello,
Please grant all privileges to user on database and then try again.
Thank you - ILAnsweredi found that it seems because of using MariaDB 10, not mySQL. can it run on MariaDB?
- MSAnsweredHello,
It could be as the database schema is tested against MySQL only. Please let me know your server details in private reply, I will help you check.
Thank you - Login to Reply