Problems with mysql
by tnk on May.14, 2008, under Linux
Ok so after some maintenance update of my debian server I did find out that my mysql is not running (and what was worse it seemed that it is not in the system anymore) the error message was something like the
/var/log/mysql/mysql-bin.index is not readable and error ’13′
so I did some stuff and what actually helped was re-installing the server and client of mysql with these commands
apt-get –reinstall install mysql-server mysql-client
well id did keep all my tables and configs intact and it did work, surprisingly enough it did not have anything in common with the rights in /var/log/
My humble guess is that the problems were somehow connected to the forced update of several packages due to a severe bug in openssl implementation of debian.
