From 4e9b2d0e97d787545cd1393af951deb997124854 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Thu, 15 Jan 2015 17:29:49 +0100 Subject: [PATCH] replace DB_SRV with the hostname/ip and not the caption of the mysql-server, thx to rzeka for noticing Signed-off-by: Michael Kaufmann (d00p) --- customer_mysql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer_mysql.php b/customer_mysql.php index 4c0743ea..39c642da 100644 --- a/customer_mysql.php +++ b/customer_mysql.php @@ -219,7 +219,7 @@ if ($page == 'overview') { 'DB_NAME' => $username, 'DB_PASS' => $password, 'DB_DESC' => $databasedescription, - 'DB_SRV' => $sql_root['caption'], + 'DB_SRV' => $sql_root['host'], 'PMA_URI' => $pma );