From d363b89b471a83f39f93f622ddaa097dad3d3b68 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 3 Nov 2021 02:02:48 -0400 Subject: [PATCH] Minor consistency fix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5e95b8a..36187d7 100644 --- a/install.sh +++ b/install.sh @@ -755,7 +755,7 @@ install_phpmyadmin(){ \$i++; \$cfg['Servers'][\$i]['verbose'] = 'MariaDB'; \$cfg['Servers'][\$i]['host'] = '${SERVER_IP}'; -\$cfg['Servers'][\$i]['port'] = ''; +\$cfg['Servers'][\$i]['port'] = '3306'; \$cfg['Servers'][\$i]['socket'] = ''; \$cfg['Servers'][\$i]['auth_type'] = 'cookie'; \$cfg['Servers'][\$i]['user'] = 'root';