ERROR 3948 (42000) at line 1: Loading local data is disabled; this must be enabled on both the client and server sides
#set the global variables by using this command:
mysql> SET GLOBAL local_infile=1;
Query OK, 0 rows affected (0.00 sec)
#exit current server:
mysql> exit
#try again and the error should be gone