From 8a2808a5c7f00d415a09977de7471737d6e939f1 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Thu, 17 Jul 2014 11:27:04 +1000 Subject: [PATCH] Update INSTALL.md - note about database server --- doc/INSTALL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index efae8f632..c8292310c 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -4,6 +4,8 @@ ## On the database server ## +This host is where the MySQL database runs. It could be the same machine as your network management server (this is hte most common initial deployment scenario). + apt-get install mysql-server mysql-client mysql -uroot -p