After installation of LAMP following this instruction https://www.digitalocean.com/community/articles/how-to-install-linux-apache-mysql-php-lamp-stack-on-debian without Mysql I following this instruction http://opensourcedbms.com/dbms/install-mysql-5-6-ubuntu-13-10-x64-debian-linux/ for installing MySQL 5.6 but stack on last step
“sudo update-rc.d mysql.server defaults”
When I try to run myslq
“etc/init.d/mysql.server start”
I got error
“The server quit without updating PID file (/opt/mysql/server-5.6/data/perswm.pid). … failed!”
Anyone can help me?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
can’t for the life of me figure this out either… tried this tutorial https://rtcamp.com/tutorials/mysql/mysql-5-6-ubuntu-12-04/ <br> <br>
Have you recently modified my.cnf?