Hello! When there is no MySQL PHP extension installed, for example when you have WordPress working on an SQLite DB instead of MySQL, wpdb constructor dies silently trying to $this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword, true); Is that OK?