From: Gabriel Ebner Date: Thu, 4 Oct 2007 14:52:09 +0000 (+0000) Subject: rails_port_0.5: Merge rails_port. X-Git-Tag: live~8178^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5506b2d9592f04800436c968055f540685efd29e?hp=ffe8dbaa2305511cb5d4e98d28afa492943ff2bf rails_port_0.5: Merge rails_port. --- 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 ============================================