Backup database Problem

semtak

Verified User
Joined
Apr 12, 2018
Messages
5
Hi I have a problem with the backup database:


Error while backing up database xxx1
mysqldump error output: mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'xxx1'': Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 50541, now running 100508. Please use mariadb-upgrade to fix this error (1558)

Error while backing up database xxx2
mysqldump error output: mysqldump: Couldn't execute 'SHOW FUNCTION STATUS WHERE Db = 'xxx2'': Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 50541, now running 100508. Please use mariadb-upgrade to fix this error (1558)

How to solve this problem ?
 
@Active8 thank you for your answer.

I got this message:
mysql_upgrade: unknown variable 'max_allowed_packet=100M'
 
Back
Top