MySQL规范化和即用型国家/地区/城市表

MySQL 现成的表格,包含世界上的国家、地区/州和城市。「MySQL ready-to-use tables with countries, regions/states and cities of the world.」

  • 所有者: prograhammer/countries-regions-cities
  • 平台: Linux, Mac, Windows, BSD, Cross-platform, Solaris
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

MySQL normalized and ready-to-use tables of Countries, Regions (Provinces/States), Cities

Installation

The SQL file includes create statements with indexes, so simply follow the steps below to import the sql file.

Linux/OSX command line:

$ gunzip world.sql.gz
$ mysql -u myusername -p mypassword
mysql> use mydatabase;
mysql> source world.sql;

Windows

  • Install 7zip (so you can extract gzip files)
  • Extract world.sql.gz and then use the same mysql command lines as Linux above on the world.sql file

Data Structure

Countries table

  • Size (uncompressed, in database w/ indexes): 32 KB
  • 230 records

主要指标

概览
名称与所有者prograhammer/countries-regions-cities
主编程语言
编程语言 (语言数: 0)
平台Linux, Mac, Windows, BSD, Cross-platform, Solaris
许可证
所有者活动
创建于2015-12-28 01:13:18
推送于2017-09-15 17:10:01
最后一次提交2015-12-27 20:09:36
发布数0
用户参与
星数356
关注者数25
派生数141
提交数10
已启用问题?
问题数10
打开的问题数9
拉请求数0
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?