|
[root@cguang mysql-5.0.22]# /usr/local/bin/mysqld_safe &
[1] 23294
[root@cguang mysql-5.0.22]# Starting mysqld daemon with databases from /var/lib/mysql
STOPPING server from pid file /var/run/mysqld/mysqld.pid
070118 16:38:57 mysqld ended
[1]+ Done /usr/local/bin/mysqld_safe
[root@cguang mysql-5.0.22]# tail /var/lib/mysql/cguang.err
070118 16:38:57 mysqld started
070118 16:38:57 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.
070118 16:38:57 mysqld ended
我在网上找了好多资料,都说是mysql的权限问题.但是不知道是哪个文件的权限,都说的很模糊!
我把我的错误信息贴出来,请大家帮帮我!我这个问题是不是由于权限造成的呢?
谢谢! |
|