Update README.md
This commit is contained in:
parent
156450d10c
commit
0aab134b6c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Create mysql database:
|
|||
mysql -e "CREATE DATABASE weather"
|
||||
mysql -e "CREATE USER 'weather'@'localhost' IDENTIFIED BY 'password'"
|
||||
mysql -e "GRANT ALL PRIVILEGES ON weather.* TO 'weather'@'localhost'"
|
||||
mysql weather < weather.sql
|
||||
mysql weather < /opt/weather/weather.sql
|
||||
````
|
||||
Configure and run:
|
||||
````
|
||||
|
|
Loading…
Add table
Reference in a new issue