Tag: openssl
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 Continue reading
