From 95644a0f2453b30fdef4df0e12e612cce33c328d Mon Sep 17 00:00:00 2001 From: pricetx Date: Tue, 7 Jul 2015 12:08:44 +0000 Subject: [PATCH] Re-populated DBHOST with default of localhost, as this is true for the majority of installations. --- scripts/GeoLiteCity/GeoLite_Import.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/GeoLiteCity/GeoLite_Import.sh b/scripts/GeoLiteCity/GeoLite_Import.sh index 38099f1..0f4f7ad 100644 --- a/scripts/GeoLiteCity/GeoLite_Import.sh +++ b/scripts/GeoLiteCity/GeoLite_Import.sh @@ -40,7 +40,7 @@ LINUX_OTHER="0" # Login information for your MySQL server -DBHOST="" +DBHOST="localhost" DBNAME="" DBUSER="" DBPASS=""