Mysqli
-
In the documentation, you wrote:
// Connect to the DB and store the link into "$GLOBALS['nfw_mysqli']": $GLOBALS['nfw_mysqli'] = new mysqli( 'hostname', 'db_user', 'db_password', 'db_name', 'db_port' ); // We need the table prefix too: $GLOBALS['nfw_table_prefix'] = 'wp_';
But I have to deal with an unix socket: localhost:/var/run/mysqld/mysqld.sock
How can I get this working? ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Mysqli’ is closed to new replies.