How to allow external mysql access #1557
Unanswered
Pablojpas
asked this question in
Support Requests
Replies: 1 comment 2 replies
-
cd /opt/easyengine/services Update global-db:
ports:
- "3306:3306"
image: easyengine/mariadb:v4.1.3 Recreate DB container: cd /opt/easyengine/services && docker-compose up -d global-db Now, access it from Workbench/externallu using localhost with port 3306. You will also get root creds of DB from this docker-compose.yml file. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I would like you to help me enable the MySql external connection as the EasyEngine tutorial seems to be out of date and I can't get it to work. Can anyone guide me please?
I get an error where I enable the bind-address in the my.conf and no site in wordpress can connect to the database.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions