I'm using a MySQL 5 server and want to connect over MySQLi.
If I connect using mysql_connect, all works fine, but with MySQLi I got the following message:
Warning: mysqli::mysqli() [mysqli.mysqli]: (HY000/2005): Unknown MySQL server host 'localhost:/tmp/mysql5.sock' (1) in /XXX.php on line 129
Cannot connect to database.
On another server, MySQLi works without any problems. Any ideas?