/Forum/db/mysql4.php |
---|
44,6 → 44,7 |
$this->password = $sqlpassword; |
$this->server = $sqlserver; |
$this->dbname = $database; |
mysql_query("SET NAMES 'utf8'"); |
$this->db_connect_id = ($this->persistency) ? mysql_pconnect($this->server, $this->user, $this->password) : mysql_connect($this->server, $this->user, $this->password); |