Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
7baf7391
Commit
7baf7391
authored
Feb 14, 2016
by
Florian Schaal
Browse files
we can´t connect to the missing db during install ;)
parent
acb2f91e
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/install.php
View file @
7baf7391
...
...
@@ -208,7 +208,7 @@ do {
}
//* 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'
][
'port'
]
=
$tmp_mysql_server_port
;
$conf
[
'mysql'
][
'admin_user'
]
=
$tmp_mysql_server_admin_user
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment