作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
只是想知道在 MySQL 中使用它时是否会产生任何错误,例如服务器上没有足够的空间放置文件或权限被拒绝等?谷歌了一下,但找不到太多东西。
最佳答案
简短回答:是
参见:http://dev.mysql.com/doc/refman/5.0/en/select.html
The SELECT ... INTO OUTFILE 'file_name' form of SELECT writes the selected rows to a file. The file is created on the server host, so you must have the FILE privilege to use this syntax. file_name cannot be an existing file, which among other things prevents files such as /etc/passwd and database tables from being destroyed.
当然,如果没有空间,MySQL也会给你一个错误。
关于MySQL INTO OUTFILE 错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5926765/
我是一名优秀的程序员,十分优秀!