mac 下enable mysql的load data in file

1)使用root用户登录mysql

2)将 local_infile 变量设置为true

SET GLOBAL local_infile = true;

3)重启数据库

在系统偏好设置中找到MySql,选择重启。

https://stackoverflow.com/questions/10762239/mysql-enable-load-data-local-infile/35205908
posted @ 2019-07-15 04:17  juejiang  阅读(265)  评论(0编辑  收藏  举报