You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same problem and turned out that /etc/mysql/my.cnf was world-writable:
Warning: World-writable config file '/etc/mysql/my.cnf' is ignored
After changing it to 644, mysql could be started. Because this problem also appeared at the initial puppet run, the root password wasn't set to vagrant so I had to reset it manually.
I have no puppet knowledge but I guess that the file permission should be set when adding the my.cnf file.
System: Windows 8.1 64-Bit
Vagrant: 1.7.4
VirtualBox: 4.3.30
Steps to reproduce:
Expected result:
Everything starts properly. Login to MySQL works.
Result:
The MySQL service is not started and can not even been started via vagrant ssh 'service mysql start'.
Solution:
The solution for me was to reinstall the mysql server. This manual helped me: http://askubuntu.com/questions/392438/mysql-job-failed-to-start
See the second answer.
The text was updated successfully, but these errors were encountered: