BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
14.37k stars 1.82k forks source link

SQLSTATE [HY000] [1045] Access Denied . . . #5044

Open Charles349 opened 1 month ago

Charles349 commented 1 month ago

Attempted Debugging

Searched GitHub Issues

Describe the Scenario

I complete the php artisan migrate step in the setup (following along to this video) https://youtu.be/_v-4BhVz7OI?si=LfSJo6uEtY-9v-qi

and get the following error. bookstack

I've lost track of how many video and KB articles I've read through trying to understand the remedy. Help

Exact BookStack Version

v24.05.1

Log Content

No response

Hosting Environment

PHP Version 8.2.12 using xampp v3.3.0 Apache MySQL

david-prv commented 1 month ago

Hi @Charles349,

can you verify that the database credentials you have entered in your .env file are not the default examples and that they are correct? You can use mysql -u your_username -p for that purpose and check if you can log in successfully.

KR