projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c9544e
)
add flush
author
Steve Coast
<steve@asklater.com>
Sun, 19 Nov 2006 00:10:56 +0000
(
00:10
+0000)
committer
Steve Coast
<steve@asklater.com>
Sun, 19 Nov 2006 00:10:56 +0000
(
00:10
+0000)
db/README
patch
|
blob
|
history
diff --git
a/db/README
b/db/README
index 4a7067e6c8a2e7c49a1014c0b7565244569bfbcd..1b50ccd9b9000e2bfa8d10ae1efe4a79fb4a5658 100644
(file)
--- a/
db/README
+++ b/
db/README
@@
-4,6
+4,7
@@
$ su
# mysqladmin create openstreetmap
# mysql
> grant all privileges on openstreetmap.* to 'openstreetmap'@'localhost' identified by 'openstreetmap';
+> flush privileges;
> exit
# exit
$ mysql openstreetmap -u openstreetmap -p < db/create_database.sql