Correct instructions for creating the database to ensure that the

default character set is specified correctly.
This commit is contained in:
Tom Hughes 2007-10-04 10:26:30 +00:00
parent c2707d72e0
commit 05ce43138f

View file

@ -7,10 +7,13 @@ openstreetmap
You may create it with your preferable client or run next (linux) command:
$ mysqladmin -u <uid> -p create openstreetmap
$ mysql -u <uid> -p
(change <uid> with appropriate username of administrative user eg. root )
> create database openstreetmap default character set utf8;
> exit
Creating user, password, and access rights
============================================