Handling mysql Loading local data is disabled error report

mysql error

Loading local data is disabled; this must be enabled on both the client

solution

Modify the configuration file /etc/my.cnf and add the following configuration

[mysqld]
local-infile=0

Guess you like

Origin blog.csdn.net/qq_33191599/article/details/107311781