Здравейте! По погрешка изтрих MySQL база данни за един от блоговете ми вместо да я преименувам. Имаше няколко поста в него. Правя ежемесечен бек-ъп на всичко качено хостига, въпроса ми е мога ли да възвърна тази база данни по някакъв начин, че да не ги пиша тези постове на ново. Блога е WP. Благодаря! Hello! By accident I deleted a MySQL database for one of my blogs, instead of renaming it. I had few posts in it. I do regular monthly backups of everything with the cron jobs of my host cPanel. The backup comes in a archived .tar.gz file where I have all my blogs and website data. My question is is there a way to retrieve the certain blog database somehow (not to make a full restore) , so I dont have to rewrite those posts again. The blog is on WP platform. Thank you
I hope this tutorial would help you to get rid off above mentioned issue:- https://codex.wordpress.org/Restoring_Your_Database_From_Backup
Contact your webhost. They may have a more recent backup that you can use. Some webhosts, (like where I have my sites) have daily backup system, that you can just click to restore from within cpanel yourself. To fix this yourself, you need to extract (unzip), the backup file you have. I do not have my laptop with me to check this, but the database should be stored under the folder, "var/lib/mysql". Then you need to go to phpmyadmin, and upload the database -> the guide that scriptech linked to looks good, just follow that. IF you get stuck. contact your webhost. If they wont fix it, contact me, I am happy to help.
Just messaged my hosting. Lets see if they can help and then if they can't I will contact you. Thank you.