Home > database >  Help: MySQL error type 3948, could you tell me how to solve
Help: MySQL error type 3948, could you tell me how to solve

Time:10-17

The Error Code: 3948. Loading local data is disabled; This must be enabled on both the client and server sides
When loading the CSV file, display "error code: 3948, already disabled loading local data; This must be on the client and server are enabled
"Turn to the great god, could you tell me how to solve?

CodePudding user response:

Log on to the mysql:
Mysql> The set @ @ global. Local_infile=on;

CodePudding user response:

The server through the set parameters

The client through increasing - local_file=1 refs
  • Related