Mysql load The used command is not allowed with this MySQL version


mysql -u [youruser] -h [youraddress] -p [yourpassword] [yourdatabase] --local-infile=1 -e "[yourcmd]"


例:
mysql -uu10110013151 -h10.132.239.197 -p10110013151 u10110013151 --local-infile=1 -e "load data local infile '~/download/stu1.csv' into table stu fields terminated by ','; "