OpenStreetMap Dataset
Information on the standardized datasets and database dumps used for OpenStreetMap tests.
Database Schema
mysqladmin create osm
cat osmdb06.sql | mysql osmsed -i -e 's/InnoDB/Aria/gi' osmdb06.sql
sed -i -e 's/MyISAM/Aria/gi' osmdb06.sqlData
chmod +x bin/osmosis
bin/osmosis --read-xml file=bulgaria.osm --write-apidb dbType="mysql" host="localhost:port" validateSchemaVersion=no database="osm" user="root" password="<password-goes-here>"Last updated
Was this helpful?

