add flush

This commit is contained in:
Steve Coast 2006-11-19 00:10:56 +00:00
parent 8c9544e60a
commit ea965f6938

View file

@ -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