...
| Code Block | ||
|---|---|---|
| ||
mysql > use DualShield; |
3 - Set local_infile varaible
| Code Block | ||
|---|---|---|
| ||
mysql > set global local_infile=true; |
4 - Execute the script below to import the database
...
...
| Code Block | ||
|---|---|---|
| ||
mysql > use DualShield; |
3 - Set local_infile varaible
| Code Block | ||
|---|---|---|
| ||
mysql > set global local_infile=true; |
4 - Execute the script below to import the database
...