EasyEngine / site-type-wp

Adds 'wp' site type to EasyEngine
12 stars 14 forks source link

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) #188

Open khanrn opened 3 years ago

khanrn commented 3 years ago

Command ee site create ee.test --type=wp --title=easyengine --admin-email=easyengine@ee.test --admin-user=easyengine --admin-pass=easyengine123 is failing to execute.

Alacritty_156

Seems like the root password for MySQL/MariaDB Docker container isn't getting set. This also can be related to docker-compose versions as well as far we debugged.

CC @dhsathiya