From 5b08f615f520ba79863b14577af9cafc9e567e7d Mon Sep 17 00:00:00 2001 From: pricetx Date: Tue, 7 Jul 2015 12:06:12 +0000 Subject: [PATCH] Cleared user-configured fields as per the original version. --- scripts/GeoLiteCity/GeoLite_Import.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/GeoLiteCity/GeoLite_Import.sh b/scripts/GeoLiteCity/GeoLite_Import.sh index ce4ad53..38099f1 100644 --- a/scripts/GeoLiteCity/GeoLite_Import.sh +++ b/scripts/GeoLiteCity/GeoLite_Import.sh @@ -40,10 +40,10 @@ LINUX_OTHER="0" # Login information for your MySQL server -DBHOST="localhost" -DBNAME="hlstatsx" -DBUSER="hlxuser" -DBPASS="SQL_PASSWORD_HERE" +DBHOST="" +DBNAME="" +DBUSER="" +DBPASS="" # # Nothing to change below here.