when I try to enter mysql mangment i get this error:
Error connecting to MySQL: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
and i don't see the database
I change chmod and chown of this public:
/var/lib/mysql
i do this:
AND THIS:
after i do this the problem begin
Error connecting to MySQL: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
and i don't see the database
I change chmod and chown of this public:
/var/lib/mysql
i do this:
chmod 660 /var/lib/mysql
AND THIS:
chown mysql.mysql *
after i do this the problem begin