MySQL 在linux下安装错误

来源:百度知道 编辑:UC知道 时间:2024/05/31 06:48:08
[root@vmlinux mysql]# rpm -vih MySQL-server-community-5.0.83-0.rhel4.i386.rpm
warning: MySQL-server-community-5.0.83-0.rhel4.i386.rpm: V3 DSA signature: NOKEY, key ID 5072e1f5
Preparing... ########################################### [100%]
1:MySQL-server-community ########################################### [100%]
ERROR: 3 Error writing file './mysql/db.frm' (Errcode: 28)
090615 9:21:04 [ERROR] Aborting

090615 9:21:04 [Note] /usr/sbin/mysqld: Shutdown complete

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/sbin/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 p

chmod 777 -R ./

rpm -vih MySQL-server-community-5.0.83-0.rhel4.i386.rpm --force --nodeps

dsadas

直接使用xampp,方法见http://www.taogogo.info/2009_03_23_3051.html