Update README.md

This commit is contained in:
Mikael Nordin 2020-05-23 14:06:44 +02:00 committed by GitHub
parent 156450d10c
commit 0aab134b6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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