LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 702|回复: 1

求助。mysql创建数据库时出错。

[复制链接]
发表于 2003-5-21 13:25:51 | 显示全部楼层 |阅读模式
[root@BGG988 mysql]# ./bin/mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 3.23.56

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> create database dns_db
    -> ;
ERROR 1006: Can't create database 'dns_db'. (errno: 13)
mysql> exit
Bye
[root@BGG988 mysql]#
帮帮忙 谢谢
发表于 2003-5-21 14:46:46 | 显示全部楼层
CREATE DATABASE db_name
没错
你看看在shell下打perror 13这样有反映吗。13似乎是访问禁止
Error code  13:  Permission denied
我在mysql站上查到。你看看mysql下的data目录是不是可以写入
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表