goldbergyoni / mysql-country-list

mysql insert country list into database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MYSQL Country List Import

Use this mysql to import a list of countries into your database.

Types of Lists

  1. Simple country code and name
  2. Simple country code and name with InnoDB
  3. Detailed country info
  4. JSON Array
  5. PHP Array

The SQL imports contains the following info

  1. Table name: apps_countries
  2. no ID's used on first import
  3. Country Name, Country Short code

Usage

Use PHPmyAdmin to import the SQL file into your database.

Improvements

If there are any amendments, please open an issue. Thank you.


Maintained by: www.raramuridesign.com

About

mysql insert country list into database

License:MIT License


Languages

Language:TSQL 81.3%Language:Python 9.9%Language:PHP 8.8%