• The ImunifyAV extension is now deprecated and no longer available for installation.
    Existing ImunifyAV installations will continue operating for three months, and after that will automatically be replaced with the new Imunify extension. We recommend that you manually replace any existing ImunifyAV installations with Imunify at your earliest convenience.
  • 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