I installed with all default except the port which is 4999 because the serveur is a domain controler and console is using port 5000 to 5100.
#./mysql.server start
*
* MySQL Database Server
*
=> Log output : /apps/mysql/data/mysqld.log
=> Local socket: /apps/mysql/data/mysql.sock
=> Admin Access: root# /apps/mysql/bin/mysql -S /apps/mysql/data/mysql.sock
Starting...
140721 17:57:04 mysqld_safe Logging to '/apps/mysql/data/mysqld.log'.
140721 17:57:04 mysqld_safe Starting mysqld daemon with databases from /apps/mysql/data
140721 17:57:04 mysqld_safe mysqld from pid file /apps/mysql/data/mysqld.pid ended
# ps -ef | grep mysql
root 15003 14699 0 17:57:26 pts/1 0:00 grep mysql
# more /apps/mysql/data/mysqld.log
140721 17:37:10 mysqld_safe Starting mysqld daemon with databases from /apps/mysql/data
140721 17:37:10 [ERROR] Initialization of transaction delegates failed. Please report a bug.
140721 17:37:10 [ERROR] Aborting
140721 17:37:10 [Note] /apps/mysql/bin/mysqld: Shutdown complete
140721 17:37:10 mysqld_safe mysqld from pid file /apps/mysql/data/mysqld.pid ended
140721 17:52:32 mysqld_safe Starting mysqld daemon with databases from /apps/mysql/data
140721 17:52:32 [ERROR] Initialization of transaction delegates failed. Please report a bug.
140721 17:52:32 [ERROR] Aborting
140721 17:52:32 [Note] /apps/mysql/bin/mysqld: Shutdown complete
140721 17:52:32 mysqld_safe mysqld from pid file /apps/mysql/data/mysqld.pid ended
140721 17:57:04 mysqld_safe Starting mysqld daemon with databases from /apps/mysql/data
140721 17:57:04 [ERROR] Initialization of transaction delegates failed. Please report a bug.
140721 17:57:04 [ERROR] Aborting
140721 17:57:04 [Note] /apps/mysql/bin/mysqld: Shutdown complete
140721 17:57:04 mysqld_safe mysqld from pid file /apps/mysql/data/mysqld.pid ended