https://github.com/eugenioclrc/geonames
Importing *all* geonames tables to mysql (db with all the cities of the world)
https://github.com/eugenioclrc/geonames
Last synced: about 1 month ago
JSON representation
Importing *all* geonames tables to mysql (db with all the cities of the world)
- Host: GitHub
- URL: https://github.com/eugenioclrc/geonames
- Owner: eugenioclrc
- Created: 2013-01-12T15:26:03.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-12T15:37:04.000Z (over 12 years ago)
- Last Synced: 2025-02-14T08:47:59.847Z (3 months ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
geonames
========Importing *all* geonames tables to mysql (db with all the cities of the world)
Taken from:
http://forum.geonames.org/gforum/posts/list/732.pageTO INSTALL GEONAMES TABLE
====1) run;
sh download.sh
this will download the data files2) create the schema to put the data in, then use the import script, here is an example
mysql -u root -p123456 geonames