[root@localhost mysql_client]# scripts/mysql_install_db --user=mysql
Installing MySQL system tables...
130911  5:56:51 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
130911  5:56:51 [ERROR] You need to use --log-bin to make --binlog-format work.
130911  5:56:51 [ERROR] Aborting130911  5:56:51 [Note] /home/mysql-5.1.53/libexec/mysqld: Shutdown complete
Installation of system tables failed!  Examine the logs in
/home/mysql-5.1.53/var for more information.You can try to start the mysqld daemon with:    shell> /home/mysql-5.1.53/libexec/mysqld --skip-grant &and use the command line tool /home/mysql-5.1.53/bin/mysql
to connect to the mysql database and look at the grant tables:    shell> /home/mysql-5.1.53/bin/mysql -u root mysql
    mysql> show tablesTry 'mysqld --help' if you have problems with paths.  Using --log
gives you a log in /home/mysql-5.1.53/var that may be helpful.Please consult the MySQL manual section
'Problems running mysql_install_db', and the manual section that
describes problems on your OS.  Another information source are the
MySQL email archives available at http://lists.mysql.com/.Please check all of the above before mailing us!  And remember, if
you do mail us, you MUST use the /home/mysql-5.1.53/bin/mysqlbug script![root@localhost mysql_client]# 求高人解答!!!!红旗linuxmysql