2007/12/07 13:14
ERROR 1045: Access denied for user: 'goto@localhost' (Using password: YES)
改用root登陆,操作提示:
ERROR 1: Can't create/write to file '/071206.txt' (Errcode: 13)
按照这篇:http://www.itlearner.com/article/2007/3940.shtml的介绍,是要修改my.cnf。但是在linux上似乎找不到这个文件。
后来,使用select * into outfile '071206.txt' from hx.goto_visit limit 0,10;
成功!071206.txt存放在mysql安装目录的data目录。
如果
use hx;
select * into outfile '071206.txt' from goto_visit limit 0,10;
这样的话071206.txt存放在data/hx目录。
另外,对于第一个提示没有权限的问题,是这个数据库用户没有file权限导致的。

windows下通过php连接access
再次备案尝试

