From c0a6f7808a85001b0afbbca781e128d75645fd27 Mon Sep 17 00:00:00 2001 From: pandom Date: Tue, 29 Oct 2013 09:27:24 +1100 Subject: [PATCH] Update INSTALL.md Updated aptitude to apt-get install mysql-server mysql-client snmpd. Dropped sudo - assumption user is authorized. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 10547911e..3f23c3edd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -3,7 +3,7 @@ NOTE: These instructions assume you are using a separate server for your databas ## On the DB Server ## - aptitude install mysql-server mysql-client snmpd + apt-get install mysql-server mysql-client snmpd mysql -uroot -p enter root mysql password