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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?