• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Database sys

We deleted ... We don't have any backup ... How to recover it?
Doesn't your question also answer itself? You don't have a backup. How do you expect to recover a database that was deleted when you do not have a backup?
 
Maybe you can look into it to see what tables it contains and maybe find something useful in the tables that hint the purpose of your database named "sys"?
 
Maybe you can look into it to see what tables it contains and maybe find something useful in the tables that hint the purpose of your database named "sys"?
Might be hard assuming he deleted it :)

We deleted by mistake database named "sys". We don't have any backup. How to recover it?
There is no real way to recover it if you have absolutely no backups. Maybe check with your service provider to see if they keep backups. If it was extremely important data, you may be able to ship it to a forensics lab and see what they can scrape off. Otherwise, you're likely out of luck.
 
We deleted by mistake database named "sys". We don't have any backup. How to recover it?
You neither share which operating system, which database server, whether you are using a root server or a cloud server. So you can hardly be helped.
A very small possibility to help you would be this command for the SSH console ...
Use at your own risk

Code:
/usr/bin//mysql_upgrade -fs -uroot -p
 
Back
Top