steedjames 发表于 2011-2-21 20:37:22

安装kloxo的问题。

Installing Kloxo.....
Initializing MySQL database:Installing MySQL system tables...
110221 20:32:44 /usr/libexec/mysqld: unknown variable 'table_open_cache=64'
Installation of system tables failed!
Examine the logs in /var/lib/mysql for more information.
You can try to start the mysqld daemon with:
/usr/libexec/mysqld --skip-grant &
and use the command line tool
/usr/bin/mysql to connect to the mysql
database and look at the grant tables:
shell> /usr/bin/mysql -u root mysql
mysql> show tables
Try 'mysqld --help' if you have problems with paths. Using --log
gives you a log in /var/lib/mysql that may be helpful.
The latest information about MySQL is available on the web at
http://www.mysql.com
Please consult the MySQL manual section: 'Problems running mysql_install_db',
and the manual section that describes problems on your OS.
Another information source is the MySQL email archive.
Please check all of the above before mailing us!
And if you do mail us, you MUST use the /usr/bin/mysqlbug script!
                                                         
Stopping MySQL:                                          
Starting MySQL:                                          
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: N
Fatal Error: Could not connect to Mysql Localhost using user root and password "
If this is a brand new install, you can completely remove mysql by running the c
            rm -rf /var/lib/mysql
            rpm -e mysql-server
And then run the installer again




请问怎么解决?谢谢~!
页: [1]
查看完整版本: 安装kloxo的问题。