您必须打开wp配置。php,位于WordPress根目录中,然后修改选项
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define(\'DB_NAME\', \'YourOnlineDatabaseScemaName\');
/** MySQL database username */
define(\'DB_USER\', \'YourDatabaseUserNameHere\');
/** MySQL database password */
define(\'DB_PASSWORD\', \'YourDatabasePasswork\');
这将使消息失效。要获得有关WordPress迁移的更多信息,请阅读
http://codex.wordpress.org/Moving_WordPress#When_Your_Domain_Name_or_URLs_Change