第一次启动MySQL时报错

本文记录了在使用mysql_install_db命令安装MySQL系统表时遇到的错误及其解决方法。错误提示为无法创建或写入/tmp/#sql_2b11_0.MYI文件,通过调整/tmp目录的权限解决了该问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

[root@localhost~]#/usr/local/webserver/mysql/bin/mysql_install_db --basedir=/usr/local/webserver/mysql --datadir=/data0/mysql/3306/data --user=mysql

Installing MySQL system tables...

ERROR: 1  Can't create/write to file '/tmp/#sql_2b11_0.MYI' (Errcode: 13)

120807 17:40:27 [ERROR] Aborting 

120807 17:40:27 [Note] /usr/local/webserver/mysql/libexec/mysqld: Shutdown complete

Installation of system tables failed!  Examine the logs in

/data0/mysql/3306/data for more information.

You can try to start the mysqld daemon with:

shell> /usr/local/webserver/mysql/libexec/mysqld --skip-grant & 

and use the command line tool /usr/local/webserver/mysql/bin/mysql

to connect to the mysql database and look at the grant tables:

shell> /usr/local/webserver/mysql/bin/mysql -u root mysql

mysql> show tables 

Try 'mysqld --help' if you have problems with paths.  Using --log

gives you a log in /data0/mysql/3306/data 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 /usr/local/webserver/mysql/scripts/mysqlbug script!

 

[root@localhost ~]#

 

解决方法:

/tmp目录没有写入权限,使用chmod 777 /tmp即可

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值