My crontab keeps sending me this message:
/usr/bin/mysqladmin: Unknown OS character set ‘ISO-8859-15’.
/usr/bin/mysqladmin: Switching to the default character set ‘latin1’.
I followed all that I found on the Internet (resettings my locales, add an export LANG
in the init.d script and so on) but the message is still there.
Finally the only thing that worked was to add default-character-set = latin1
in the [client]
part of /etc/mysql/my.cnf
and also in /etc/mysql/debian.cnf
Super astuce, je commençais à me casser les dents avec ces alertes sur la console à chaque redémarrage depuis l’install de mysql sur mon nouveau serveur dédié.
Ça marche nickel chez moi, merci 🙂