How To Force WordPress to Connect to the Database via TCP
erics, Posted October 2nd, 2013 at 8:14:23pm
wp-config.php
1 2 |
define('DB_HOST', '127.0.0.1:3306'); define('DB_PORT', 3306); |
Leave Your Comment
All fields marked with "*" are required.