标签: mysql database permissions
假设我这样做了:
创建数据库测试; 全部通过测试。*“用户”@“%”通过“mypass”识别;
如何将load from infile授予“用户”?
load from infile
答案 0 :(得分:1)
尝试:
grant file on *.* to "user"@"%" identified by 'xxxx';
请参阅http://dev.mysql.com/doc/refman/5.1/en/privileges-provided.html#priv_file