add flush
This commit is contained in:
parent
8c9544e60a
commit
ea965f6938
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ $ su
|
||||||
# mysqladmin create openstreetmap
|
# mysqladmin create openstreetmap
|
||||||
# mysql
|
# mysql
|
||||||
> grant all privileges on openstreetmap.* to 'openstreetmap'@'localhost' identified by 'openstreetmap';
|
> grant all privileges on openstreetmap.* to 'openstreetmap'@'localhost' identified by 'openstreetmap';
|
||||||
|
> flush privileges;
|
||||||
> exit
|
> exit
|
||||||
# exit
|
# exit
|
||||||
$ mysql openstreetmap -u openstreetmap -p < db/create_database.sql
|
$ mysql openstreetmap -u openstreetmap -p < db/create_database.sql
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue