loading local data is disabled mysql
mysql> set global local_infile=true;
loading local data is disabled mysql
mysql> set global local_infile=true;
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
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us