mysqli.default_host ='localhost' Default user for mysql_connect () (doesn't apply in safe mode): mysqli.default_user ='root' Default password for mysqli_connect () (doesn't apply in safe mode): Note: ...
Things I've tried: * Logging in as mysql_connect ('localhost', 'root', ''). No dice, same thing happens. * Changing the password to OLD_PASSWORD in the mysql.user table * Changing from double-quotes ...