15 February, 2016

MySQL World Database

I had some issues with international characters. Solution: install directly from the zip file.

If you try to install the tables at one.com:

  1. Unzip the file.
  2. Edit these lines (from line 18) like this:
-- DROP SCHEMA IF EXISTS world;
-- CREATE SCHEMA world;
-- USE world;
-- SET AUTOCOMMIT=0;

No comments: