Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
7baf7391
Commit
7baf7391
authored
Feb 14, 2016
by
Florian Schaal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
we can´t connect to the missing db during install ;)
parent
acb2f91e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install/install.php
install/install.php
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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