Skip to content
Snippets Groups Projects
Commit d302d8e5 authored by Marius Burkard's avatar Marius Burkard
Browse files

Merge branch 'master' into 'stable-3.1'

we can´t connect to the missing db during install ;)



See merge request !282
parents f18c9cec 7baf7391
No related branches found
No related tags found
No related merge requests found
...@@ -208,7 +208,7 @@ do { ...@@ -208,7 +208,7 @@ do {
} }
//* Initialize the MySQL server connection //* Initialize the MySQL server connection
if(@mysqli_connect($tmp_mysql_server_host, $tmp_mysql_server_admin_user, $tmp_mysql_server_admin_password, $tmp_mysql_server_database, (int)$tmp_mysql_server_port)) { if(@mysqli_connect($tmp_mysql_server_host, $tmp_mysql_server_admin_user, $tmp_mysql_server_admin_password, '', (int)$tmp_mysql_server_port)) {
$conf['mysql']['host'] = $tmp_mysql_server_host; $conf['mysql']['host'] = $tmp_mysql_server_host;
$conf['mysql']['port'] = $tmp_mysql_server_port; $conf['mysql']['port'] = $tmp_mysql_server_port;
$conf['mysql']['admin_user'] = $tmp_mysql_server_admin_user; $conf['mysql']['admin_user'] = $tmp_mysql_server_admin_user;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment