PHP & MySQLi timeout
- by Dt7
Whenever I try to create a mysqli object, as in;
$mysqli = new mysqli(host, user, pass, table);
...the page just loads for around a minute, then stops, showing all the content of the page up until that line.
info() says that MySQLi (and MySQL if that matters) are enabled, and I can access the MySQL CLI. I'm also working on a local machine, not…