mirromutth/mysql-action

How to use MySQL without password?

Closed this issue · 1 comments

In Docker Mysql options, there is an environment value MYSQL_ALLOW_EMPTY_PASSWORD

if this value is yes, we can use root superuser without password.

But there are no options for empty password. If I set mysql root password: '', the action needs user and password

Solved with set mysql root password: 'root'