Skip to content

kingbeto/mysql-country-list

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MYSQL Country & Nationality List Imports

Use this mysql to import a list of countries and/or Nationalities 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 / apps_nationality
  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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 46.0%
  • HTML 29.1%
  • Python 24.9%