projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add flush
[rails.git]
/
db
/
README
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