Tag: mysql
Mysql and utf8
by tnk on Oct.08, 2008, under Linux, Software
As time passed I encountered an very strange behaviour of phomyadmin – all tables were created in Swedish language by default which is not very useful when all your application are written to use utf8. I made some digging around the web and found following information
- My first thoughts were that the problem with misinterpreted characters in phpmyadmin were only problem
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
