X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/dd9ad16303f0496455720721e01b3c5042094f38..3bf13d9c43dfe2996ddfe0bd15916623e63be1a1:/db/README diff --git a/db/README b/db/README index d89a67bfb..03e95fff3 100644 --- a/db/README +++ b/db/README @@ -7,10 +7,13 @@ openstreetmap You may create it with your preferable client or run next (linux) command: -$ mysqladmin -u -p create openstreetmap +$ mysql -u -p (change with appropriate username of administrative user eg. root ) +> create database openstreetmap default character set utf8; +> exit + Creating user, password, and access rights ============================================