mysql-action
mysql-action copied to clipboard
How to start mysql ?
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

@JungHanter, it's works for me: https://github.com/mirromutth/mysql-action/issues/10#issuecomment-782284963
Are we sure this thing actually starts MySQL. I put a sleep 30 and still it's not up and running.