Tagged Questions
1
vote
2answers
1k views
Error 2013: Lost connection to MySQL server during query when executing CHECK TABLE FOR UPGRADE
I just upgraded Ubuntu from 11.10 to 12.04. My rails app now returns the (passenger) error "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) (Mysql2::Error)". I ...
0
votes
3answers
139 views
Pid file for mysql on Oneiric
I cannot locate pid file for mysql server on oneiric. Opened /etc/mysql/my.cnf and /etc/mysql/debian.cnf but see no settings about pid file. I need this pid file to have monit monitor mysql.
Any clue?
...
0
votes
1answer
82 views
mysql performance optimization after enabling replication
Over the weekend I upgrade my Ubuntu server from 9.10 to 10.04 which also updated my MySQL server. I also enabled MySQL replication over to another server as slave.
I have not yet moved any ...