Home
last modified time | relevance | path

Searched refs:dbuser (Results 1 – 3 of 3) sorted by relevance

/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php17 var $dbuser; variable in ucclient_db
26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument
28 $this->dbuser = $dbuser;
37 if(!$this->link = mysql_pconnect($dbhost, $dbuser, $dbpw)) {
41 if(!$this->link = mysql_connect($dbhost, $dbuser, $dbpw)) {
158 …$this->connect($this->dbhost, $this->dbuser, $this->dbpw, $this->dbname, $this->dbcharset, $this->…
H A Ddbi.class.php17 var $dbuser; variable in ucclient_db
26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… argument
28 $this->dbuser = $dbuser;
36 if(!$this->link = new mysqli($dbhost, $dbuser, $dbpw, $dbname)) {
151 …$this->connect($this->dbhost, $this->dbuser, $this->dbpw, $this->dbname, $this->dbcharset, $this->…
/plugin/authphpbb3/
H A Dauth.php531 $this->_phpbb_conf['dbuser'] = $dbuser;