
MySQL
文章平均质量分 56
冷非冰
这个作者很懒,什么都没留下…
展开
-
Windows10 MySQL5.7.21.0 mysqldump: Got error: 1: Can't create/write to file 'C:\person.txt'... 解决办法
在《MySQL从入门到精通》例14.13题,有 mysqldump -T C:/ test person -u root -p 语句。直接在管理员模式cmd中写入,会报错 mysqldump: Got error: 1: Can't create/write to file 'C:\person.txt' (Errcode: 13 - Permission denied) when executi...原创 2018-02-18 07:19:37 · 2932 阅读 · 0 评论 -
Windows10 MySQL5.7.21.0 ERROR 1290 (HY000): The MySQL server is running with the --secure-file-p解决办法
在《MySQL从入门到精通》例14.10题,有 SELECT * FROM test.person INTO OUTFILE "C:/person0.txt"; 这样一个导出语句。如果直接写到MySQL中,会报错 ERROR 1290 (HY000): The MySQL server is running with the --secure-file-p 。 通过使用 show variable...原创 2018-02-17 20:06:57 · 931 阅读 · 0 评论