summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c2707d7)
default character set is specified correctly.
You may create it with your preferable client or run next (linux) command:
You may create it with your preferable client or run next (linux) command:
-$ mysqladmin -u <uid> -p create openstreetmap
(change <uid> with appropriate username of administrative user eg. root )
(change <uid> with appropriate username of administrative user eg. root )
+> create database openstreetmap default character set utf8;
+> exit
+
Creating user, password, and access rights
============================================
Creating user, password, and access rights
============================================