mysql.sock
I was doing an update on my machine.
Now when I try to connect to a website with connection to mysql I get
Connection Error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
I do a ps -ef and I see mysql is running.
I do not see a mysql.sock in my /var/lib/mysql folder
What now?
-
Update. i found innodb_buffer_pool_size=124780544 as the last line in the /etc/my.cnf file and #skip-innodb was commented out. I remember we had an issue with a corrupt DB some time back and we do not want innodb active on the server. Do you know of a way to prevent innodb from starting or mysql trying to use innodb on this server? 0
Please sign in to leave a comment.
Comments
2 comments