changes in dbo__TABLES.sql
 * dbo. prefix removed
 * added bouch of missing tables
 * changed many datatypes (ex. tinyint in mysql is up to only 127)
 * quoted reserved mysql words like 'usage'

1) Create a DB called "dbo" (that's required!)
2) create the tables using the dbo__TABLES.sql
3) finally import the rest of the sql files.

The process should run with no errors.
