Starting MySQL (Percona Server)......The server quit without updating PID file (/var/lib/mysql/************.org.pid).
[/INDENT]
If I comment out the default-character-set line (line 6) it starts ok.
This config was copied from a mysql server that is being replaced. It was running Fedora 14 with mysql Ver 14.14 Distrib 5.1.58. I am trying to start the server and then will restore from a backup created by mysqldump. So there is no data in place yet.
That is the other problem - /var/lib/mysql/mysqld.log is empty. At first I suspected SELinux, but the binary file and slow query log are created, so as far as I know /var/lib/mysql has the proper settings. The above my.cnf example was pared down to the basics to get the failure. Here is the current my.cnf I am using to start the server and there is still no mysqld.log:
Finally found the answer. The two server commands (default-character-set and default-collation) were dropped in ver 5.5. The new commands are: character-set-server, and collation-server.