From 0aab134b6c44977bb7b9aebde9c639b03cee1b0e Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Sat, 23 May 2020 14:06:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce791a6..5d8a74a 100644 --- a/README.md +++ b/README.md @@ -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: ````