System: Windows 8.1 64-Bit
Vagrant: 1.7.4
VirtualBox: 4.3.30
Steps to reproduce:
- Clone the repository
- vagrant up
- Waiting the box has been downloaded
- Already there the MySQL can not be started
- vagrant provision
- Error that the MySQL can not be started
- Open http://foobar.dev/phpmyadmin
- Try to login with root and vagrant
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.
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.