Today i've experienced that MySQL of XAMPP 1.7.7 (Linux) couldn't be started.
I am using F14 64bit, after several duckduckgo and google finally a light.
Here is the how to:
any problem.
I am using F14 64bit, after several duckduckgo and google finally a light.
Here is the how to:
1. chown -Rf myself.mygroup /opt/lampp/var/mysqlThats it, run the mysql, /opt/lampp/lampp startmysql and hopefully it will start with
(**note that your lampp installation path may be vary,
to keep it simple i use the default)
2. edit the /opt/lampp/etc/my.cnf
[mysqld]
user = nobody
to
user = myself
*) modify myself and mygroup to your linux username and group
any problem.
Comments