• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Resolved Error making backup and dump database

Emanuel

New Pleskian
Server operating system version
os_CentOS 7
Plesk version and microupdate number
Plesk Obsidian v18.0.43_build1800220414.18
Hello,
When i try make a backup of the data bases, give this error,
Warning: Database "gestaoformacao"
Unable to make database dump. Error: Failed to exec mysqldump: Exit code: 2: mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'gestaoformacao'': Column count of mysql.proc is wrong. Expected 21, found 20. The table is probably corrupted (1805)


when i try make a dump give this:
Unable to export a dump of gestaoformacao:
  • mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'gestaoformacao'': Column count of mysql.proc is wrong. Expected 21, found 20. The table is probably corrupted (1805)
  • ("program 'mysqldump' finished with non-zero exit code: %d", 2)

i use Plesk Obsidian v18.0.43_build1800220414.18 os_CentOS 7.

Can some one help me?
 
Some tables in the mysql database have an incorrect schema.
Upgrade the mysql database:

# MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql_upgrade -uadmin -T --debug-check mysql
 
Hello IgorG

Using this command is there any possibility of the database crashing? because the last backup I have is more than 10 days old and I can't lose the information from those days.
 
Back
Top