Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4 - After the ip2location data has been imported successfully, execute the script below to to process the data

Code Block
languagesql
mysql > Update ip2location_db3_ipv6 set ip_from = LPAD(ip_from, 39,'0'),ip_to = LPAD(ip_to, 39,'0');

...