[15-Nov-2012 00:42:48 UTC] PHP Warning: mysql_connect() [function.mysql-connect]: Too many connections in /...public_html/wp-content/plugins/wordfence/lib/wfDB.php on line 56
[15-Nov-2012 00:42:48 UTC] PHP Warning: mysql_connect() [function.mysql-connect]: Too many connections in /...public_html/wp-content/plugins/wordfence/lib/wfDB.php on line 56
KobraFighterTR adlı üyeden alıntı
Bu sorunla alakası yoktur büyük ihtimalle bu sorunun hocam$dbh = mysql_connect($this->dbhost, $this->dbuser, $this->dbpassword, true );
mysql_select_db($this->dbname, $dbh);
if($this->createNewHandle){
$this->dbh = $dbh;
} else {
self::$dbhCache[$handleKey] = $dbh;
$this->dbh = self::$dbhCache[$handleKey];
}
$dbh = mysql_connect($this->dbhost, $this->dbuser, $this->dbpassword, true );
mysql_select_db($this->dbname, $dbh);
if($this->createNewHandle){
$this->dbh = $dbh;
} else {
self::$dbhCache[$handleKey] = $dbh;
$this->dbh = self::$dbhCache[$handleKey];
}
KobraFighterTR adlı üyeden alıntı
Bu sorunla alakası yoktur büyük ihtimalle bu sorunun hocam