diff --git a/scripts/mysql_setup.sh b/scripts/mysql_setup.sh index 907ced4..c94b351 100644 --- a/scripts/mysql_setup.sh +++ b/scripts/mysql_setup.sh @@ -1,2 +1,2 @@ #!/bin/bash -mysql -h localhost -u root -e /scripts/mysql_secure_install_equivalent.sql \ No newline at end of file +mysql -h localhost -P 3306 --protocol=tcp -u root -e /scripts/mysql_secure_install_equivalent.sql \ No newline at end of file