WORDPRESS database error

Asked

Viewed 39 times

1

Good morning guys, error caused this morning made a Wordpress site that I have in a hosting godaddy was unavailable. In short the site fell, and I could not solve this problem.

Below is the error presented:

[15-Feb-2021 11:58:40 UTC] Erro de banco de dados do WordPress Table 'i7502726_wp2.tb_posts' doesn't exist para a consulta SELECT post_name, post_type, ID FROM tb_posts WHERE post_name = 'revendedores' feita por require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/index.php')
[15-Feb-2021 11:58:40 UTC] Erro de banco de dados do WordPress Table 'i7502726_wp2.tb_posts' doesn't exist para a consulta SELECT post_name, post_type, ID FROM tb_posts WHERE post_name = 'localize-um-representante' feita por require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/index.php') 
  • The problem was fixed by performing a previous base migration from a backup. A mysql dump was made and played to the current base. mysqldump -h old_host -uroot -pPSWD > sql file mysql -h new_host -uroot -pPSWD < sql file

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.