问题在wp-config.php
文件你必须仔细检查$table_prefix
字段,并确保它与实际数据库中的表前缀相对应。
示例:如果数据库中的表如下所示wp_website_year_comments
在您的wp_config.php
应该是这样的:
/**
* WordPress Database Table prefix.
*
* You can have multiple installations in one database if you give each
* a unique prefix. Only numbers, letters, and underscores please!
*/
$table_prefix = \'wp_website_year_\';