Mysql不能读取数据库test里的表内容

软件和网站开发以及相关技术探讨
回复
xjiujiu
帖子: 2
注册时间: 2011-11-22 8:18

Mysql不能读取数据库test里的表内容

#1

帖子 xjiujiu » 2011-11-23 11:49

我有两块硬盘A,B。A 为XP里面有一个mysql5.1.13的库,B里为ubuntu11.10里有一个mysql5.1.38的库,我现在想实现的是通过软连的方式来实现B里的mysql能共用A里的Mysql库,但用ln -s 建立软连后,只能看到数据库能,却不能打开里面的表show tables; 后报“ERROR 1018 (HY000): Can't read dir of './test/' (errno: 13)”。求教...
头像
eatapple
帖子: 279
注册时间: 2011-02-23 9:08

Re: Mysql不能读取数据库test里的表内容

#2

帖子 eatapple » 2011-11-23 11:54

权限问题?
xjiujiu
帖子: 2
注册时间: 2011-11-22 8:18

Re: Mysql不能读取数据库test里的表内容

#3

帖子 xjiujiu » 2011-11-23 12:00

A里的盘挂载在/windows下,我用root 登陆也还是改不了,mysql的用户也是root。还是一样的报错 纠结...
回复