Ubuntu 10.10 server When I run the following command: mysql
It tells me: mysql: option '--default-character-set' requires an argument
I've updated the my.cnf file to set the default character set, so I am perplexed. What am I missing?
I've got that line exactly... but something strange is that I have a file at: /etc/init/mysql.conf that has
/usr/bin/mysqladmin --defaults-file="${HOME}"/debian.cnf ping && {
exec "${HOME}"/debian-start
Exactly what does that line in your my.cnf look like, and what version of MySQL are you running? On my installation, it says
as specified in the manual.