Page 1 of 1

Mysql not starting

PostPosted: 07. November 2013 13:23
by gerbreown
I have upgraded my OS to Ubuntu 13.10 and now my XAMPP for Linux 1.8.3.1 mysql will not start. When I do a "sudo /opt/lampp/lampp restart" it says mysql is not running and then it says start OK. If I run the command again I get the same results.

On the http://localhost/xampp/index.php page for status it shows mysql as being "deactivated"

Any ideas on how I can get mysql running???

Thanks.

Re: Mysql not starting

PostPosted: 13. November 2013 17:40
by cobix
I've got the exact same problem ;/ Apache PHP and PMA working but MySQL don't start ;-;

Re: Mysql not starting

PostPosted: 13. November 2013 18:35
by cobix
Try uninstall XAMPP
Code: Select all
sudo rm -rf /opt/lampp

After it, uninstall Apache2, MySQL, PHP5
Code: Select all
sudo apt-get remove apache2

Code: Select all
sudo apt-get remove mysql-server

Code: Select all
sudo apt-get remove php5 libapache2-mod-php5


RE-Install XAMPP

Worked for me :D