From 33985077804f93c0cdbc8087202f975d87178848 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Fri, 22 Nov 2019 23:30:14 -0500 Subject: [PATCH] And again --- scripts/mysql_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysql_setup.sh b/scripts/mysql_setup.sh index c94b351..2d44f33 100644 --- a/scripts/mysql_setup.sh +++ b/scripts/mysql_setup.sh @@ -1,2 +1,2 @@ #!/bin/bash -mysql -h localhost -P 3306 --protocol=tcp -u root -e /scripts/mysql_secure_install_equivalent.sql \ No newline at end of file +mysql -h 127.0.0.1 -P 3306 --protocol=tcp -u root -e /scripts/mysql_secure_install_equivalent.sql \ No newline at end of file