install/lib/installer_base.lib.php
@@ -2008,6 +2008,7 @@ } $content = rf('tpl/mysql_clientdb.conf.master'); $content = str_replace('{hostname}',$conf['mysql']['host'],$content); $content = str_replace('{username}',$conf['mysql']['admin_user'],$content); $content = str_replace('{password}',$conf['mysql']['admin_password'], $content); wf($install_dir.'/server/lib/mysql_clientdb.conf',$content);