[1]+ Exit 127 ./bin/mysqld_safe
[root@localhost mysql]# Starting mysqld daemon with database from /home/zzx2/mysql/data
bash: Starting: command not found
[root@localhost mysql]#
[root@localhost mysql]#
bash: starting: command not found
[root@localhost mysql]#
这里 ./bin/mysqld_safe & 不知道 什么意思 ,为什么以一定 要这样 。
现在用另外命令service mysql start 启动
在从机器上是成功的俄
但是在主机器 上提示如下错误:
starting mysql ......manger of pid-file quit without updating {failure}
log error like this:
090604 21:26:32 mysqld_safe Starting mysqld daemon with databases from /home/zzx2/mysql/data
/usr/sbin/mysqld: Table 'mysql.plugin' doesn't exist
090604 21:26:33 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
090604 21:26:33 InnoDB: Operating system error number 13 in a file operation.
InnoDB: The error means mysqld does not have the access rights to
InnoDB: the directory.
InnoDB: File name ./ibdata1
InnoDB: File operation call: 'create'.
InnoDB: Cannot continue operation.
090604 21:26:33 mysqld_safe mysqld from pid file /home/zzx2/mysql/data/localhost.localdomain.pid endedv作者: admin 时间: 2009-6-17 10:01
一看就知道你看的是“深入浅出”那本书吧
你的MySQL是用rpm还是二进制安装的?