Skip to content

How to change dbuser's password? #1841

Closed Answered by mrrobot47
uebmaster asked this question in Support Requests
Discussion options

You must be logged in to vote

To login as root user via command line follow these steps.

cd /opt/easyengine/services
docker-compose exec -it global-db bash
mysql -uroot -p"$MYSQL_ROOT_PASSWORD" -hglobal-db

You can even do echo "$MYSQL_ROOT_PASSWORD" after exec into container and use that password with root username and global-db as the host to login to PHPMyAdmin as root user.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mrrobot47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants