I checked it out. The first part of the install went well. I was able to visit /admin/install/en and fill out the form.
That is where i had troubles. The form accepts all my info and then goes back to the original non-filled out state. The database remains empty.
Not sure what went wrong, no feedback given, just a fresh empty form to fill out.
PDOException in PDOConnection.php line 47: SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES)
this error shows when i install in ubuntu with lamp.
sithumaungmaung said:
PDOException in PDOConnection.php line 47: SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES)
this error shows when i install in ubuntu with lamp.
Open the file .env of your root server folder with you prefered editor and set DB_DATABASE, DB_USERNAME and DB_PASSWORD with your details and try again
[Doctrine\DBAL\Driver\PDOException]
SQLSTATE[28000] [1045] Access denied for user 'locahost1@'localhost' (using password: YES)
Still the same message, thought you might want to know.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community