install/lib/installer_base.lib.php | ●●●●● patch | view | raw | blame | history |
install/lib/installer_base.lib.php
@@ -286,6 +286,8 @@ * 1) it is a single server * 2) it is the MASTER of n clients */ $hosts = array(); if($conf['mysql']['master_slave_setup'] == 'y') { /* * it is a master-slave - Setup so the slave has to grant its rights in the master @@ -320,7 +322,7 @@ } } if(is_array($hosts)) { if(count($hosts) > 0) { foreach($hosts as $host => $value) { /* * If a pwd exists, this means, we have to add the new user (and his pwd).