New cluster - MariaDB 10.3
Hi, i am trying to deploy a new mysql galera cluster, and i see version 10.3 is not available, i deployed 10.2
and when i import my database i get an error: Column count of mysql.proc is wrong. Expected 20, found 21. The table is probably corrupted
and when i do mysql_upgradei get the same error.
how can i fix this?
i dont mind being on version 10.2 but i must use my existing database....
-
Hi,
I'm not sure what exactly happened but it seems like the database you imported is not from MariaDB 10.2 (mysql.proc table is not in the same format). What I'd suggest is to import data only, do not include mysql schema. This should allow you to import the data correctly. Once that's done, you can always recreate users by hand (pt-show-grants is one of the tools which can help you with it).
Please sign in to leave a comment.
Comments
5 comments