Correct instructions for creating the database to ensure that the
default character set is specified correctly.
This commit is contained in:
parent
c2707d72e0
commit
05ce43138f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
============================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue