mysql-action icon indicating copy to clipboard operation
mysql-action copied to clipboard

How to start mysql ?

Open JungHanter opened this issue 5 years ago • 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)

JungHanter avatar Jul 09 '20 03:07 JungHanter

Me too

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

-   name: Start MySQL
    run: sudo service mysql restart

image

andrey-helldar avatar Feb 26 '21 09:02 andrey-helldar

@JungHanter, it's works for me: https://github.com/mirromutth/mysql-action/issues/10#issuecomment-782284963

andrey-helldar avatar Feb 26 '21 09:02 andrey-helldar

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

jasonperrone avatar Feb 01 '22 20:02 jasonperrone