in reply to Re^2: from osm to mysql
in thread from osm to mysql

Just FYI: OpenStreetMap switched from Mysql to PostgreSQL (postgresql), a few years ago.

You mention (link 1):

# # Copyright (C) 2008, 2009, 2010 Gerhard Schwanz #

and in link 2:

"I want all bridges in the US that are mapped in OpenStreetMap in a PostGIS database"

So, of the two links you gave, one is from before that database switch to postgres, and the other explicitly mentions part of the postgres ecosystem (PostGIS: http://postgis.org/).

No doubt, it is possible to use a database other than postgres but it might be something to be aware of (esp. when using some of the osm tools).