• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

fix installation error Chocolatey (php artisan migrate)

Newbie Spellweaver
Joined
Feb 26, 2018
Messages
79
Reaction score
4
Good evening, I'm installing Chocolatey Cms, and I'm following this guide: I start php artisan migrate it gives me this error; . How do I solve?
 
Elite Diviner
Joined
Apr 5, 2014
Messages
464
Reaction score
223
what file do I need to configure? @Konquer

no idea never used chocolatey, but from your error it looks like you haven't got a mysql user called arcturus or have the wrong password for it

edit:
as it's lumen/laravel i bet you'll find the db settings in a .env file in the root directory of the cms
 
Upvote 0
Newbie Spellweaver
Joined
Mar 3, 2011
Messages
30
Reaction score
5
You will need to check your .ENV file.
Make sure your MySQL details are correct.

Your sure that the Mysql user is not root. Did you make a new user?
If you did, the user has to have access to the database and the right permissions.

Shokkato - fix installation error Chocolatey (php artisan migrate) - RaGEZONE Forums
 
Upvote 0
Newbie Spellweaver
Joined
Feb 26, 2018
Messages
79
Reaction score
4
You will need to check your .ENV file.
Make sure your MySQL details are correct.

Your sure that the Mysql user is not root. Did you make a new user?
If you did, the user has to have access to the database and the right permissions.

Shokkato - fix installation error Chocolatey (php artisan migrate) - RaGEZONE Forums

solved, thank you very much!
 
Upvote 0
Back
Top