From c5070c7754ca49dc3ba8c842f82c8963053be5b5 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Wed, 19 May 2021 11:28:03 +0100 Subject: [PATCH] docs/Running: Be explicit about the mysql password use --- docs/Running-this-software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Running-this-software.md b/docs/Running-this-software.md index 08fdef9..2b4966b 100644 --- a/docs/Running-this-software.md +++ b/docs/Running-this-software.md @@ -107,7 +107,7 @@ Installing extra necessary python modules is simple: You will need to get the database schema in place: mysql -p eddn < ~/eddn/dev/EDDN/schema.sql - + ### Monitor and Schema files The Monitor files are not currently installed anywhere by the `setup.py`