Joined February 2014
·

Nguyen Quyen

Vietnam
·

Posted to Secure mysql with ansible over 1 year ago

You have to start the mysql server before running mysql_user:
<br/> - name: Start the MySQL service<br/> service: name=mysql state=started enabled=true </code>

I had the same error, and starting the server solves it.

Achievements
1 Karma
0 Total ProTip Views
Interests & Skills