On a new webserver, based on CentOS 5 and DirectAdmin were facing with a MySQL problem.
The following error occurs:
110325 22:27:16 [ERROR] /usr/sbin/mysqld: unknown variable 'default-character-set=utf8'
I added the following option to the my.cnf file on this server;
default-character-set=utf8
When I remove this setting out of my my.cnf file the server will work perfect.
On previously versions of MySQL (5.1.56) these setting always worked for us, but since we use MySQL 5.5 we have problems.
What could be the problem here? is the default-character-set setting deprecated since 5.5?
Thanks!
The following error occurs:
110325 22:27:16 [ERROR] /usr/sbin/mysqld: unknown variable 'default-character-set=utf8'
I added the following option to the my.cnf file on this server;
default-character-set=utf8
When I remove this setting out of my my.cnf file the server will work perfect.
On previously versions of MySQL (5.1.56) these setting always worked for us, but since we use MySQL 5.5 we have problems.
What could be the problem here? is the default-character-set setting deprecated since 5.5?
Thanks!