...
| Code Block | ||
|---|---|---|
| ||
mysql > use DualShield; |
3 - Set local_infile variable
| Code Block | ||
|---|---|---|
| ||
mysql > set global local_infile=true; |
4 - Execute the script below to import the database
...
Please note that it can take about 30 minutes to import the data.
Note:
* For dualshield version < 8.0, the name of the table in the database is called "ip2location_db3"
...



