487
edits
(→Moving Servers: Fixed imported data) |
(→Moving Servers: removed erroneous semicolon) |
||
Line 85: | Line 85: | ||
1. Edit the wp-config.php file and change the DB_HOST entry to have the following: | 1. Edit the wp-config.php file and change the DB_HOST entry to have the following: | ||
<pre> | <pre> | ||
define('DB_HOST', ' | define('DB_HOST', 'localhost:3309'); | ||
or | or | ||
define('DB_HOST', '127.0.0.1:3309'); | define('DB_HOST', '127.0.0.1:3309'); |