mirromutth/mysql-action

How to start mysql ?

Opened this issue · 3 comments

After setting up MySQL using this action,
I still cannot connect to mysql server.

Also, I checked the ports using like netstat -tnlp
There is no opened ports for MySQL.

In my django project, this error is occurred. (2003, "Can't connect to MySQL server on '0.0.0.0' (111)

Me too

-   name: Setup MySQL
    uses: mirromutth/mysql-action@v1
    with:
        mysql root password: root

-   name: Start MySQL
    run: sudo service mysql restart

image

Are we sure this thing actually starts MySQL. I put a sleep 30 and still it's not up and running.