[How] do you fix a Mysql problem.
#1
Hello people,

I once had this error : 2

And I could not figure what it could be ...

So I posted it here and got help.

The problem is resolved quickly :

Go to your linux root account : root and the same password.

Go to -> Computer->Filesystem->var->lib->mysql and delete the mysql.stock file.

Then restart your virtual machine and its work.

So I hope it helps you.

the to2, for help me.

#2

easy way:

 

 

rm $(grep socket /etc/my.cnf | cut -d= -f2)  && service mysqld start (paste into console)

#3

cd /var/lib/mysql/

 

touch mysql.sock

 

chmod +x mysql.sock

 

chown mysql:mysql -R *



Forum Jump:


Users browsing this thread: 2 Guest(s)