Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
56e5aeb9
Commit
56e5aeb9
authored
Feb 08, 2013
by
Alan Garcia
Browse files
Il faut obligatoirement que la bdd existe.
parent
3325be39
Changes
1
Hide whitespace changes
Inline
Side-by-side
bureau/class/m_mysql.php
View file @
56e5aeb9
...
...
@@ -90,7 +90,7 @@ class DB_users extends DB_Sql {
// c'est pas tanche : $db se retrouve avec Database de $sql->dbu . Danger, faut comprendre pourquoi
// Si on veux que ca marche, il faut Database=alternc.
//$this->Database = "mysql";
$this
->
Database
=
"
mysql
_schema"
;
#if dbus is on a different host the alternc database will not be there and trying to use it might cause an error
$this
->
Database
=
"
information
_schema"
;
#if dbus is on a different host the alternc database will not be there and trying to use it might cause an error
$this
->
HumanHostname
=
$human_hostname
;
}
...
...
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