Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Bas van Beek
ISPConfig 3
Commits
772dad9f
Commit
772dad9f
authored
Aug 16, 2015
by
Florian Schaal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql master-db during multiserver-setup / update
parent
37b29231
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
install/lib/mysql.lib.php
install/lib/mysql.lib.php
+1
-0
No files found.
install/lib/mysql.lib.php
View file @
772dad9f
...
...
@@ -104,6 +104,7 @@ class db extends mysqli
public
function
setDBName
(
$name
)
{
$this
->
dbName
=
$name
;
$this
->
_iConnId
=
mysqli_connect
(
$this
->
dbHost
,
$this
->
dbUser
,
$this
->
dbPass
);
if
(
!
((
bool
)
mysqli_query
(
$this
->
_iConnId
,
'USE `'
.
$this
->
dbName
.
'`'
)))
{
$this
->
close
();
$this
->
_sqlerror
(
'Datenbank nicht gefunden / Database not found'
);
...
...
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