Jump to content

Database Issue: Cannot load from mysql.proc. The table is probably corrupted


Recommended Posts

Posted

Hi guys,
I've been very active these days, sorry about that 😅

Now Itried to execute a sp in the database, but I got this error:
Cannot load from mysql.proc. The table is probably corrupted

could you give me a hand?

If the simplest solution is to recreate the database,
I have a dump from before the migration so If necessary I can recreate it
just let me know

Posted

I only see one database, but which table exactly are you having issues with? I did check table and repair table on all of them and nothing was broken and nothing needed repaired.

Posted

Hi @Krydos how are you?

the tables are working perfectly I think that the issue is with the routines
To reproduce the error, you can try running this query in the database:

CALL apply_payment_to_debts(54);

I think something happened to the routines in the db

Posted

@Krydos now it works!!

Just as a comment, I think the routines I had in the database were lost during the migration
It’s not a big deal, I already recreated them using the scripts I took from the backup

now everything is working perfectly!!
thank you so much for your help!!

Posted
1 minute ago, mricardi said:

Just as a comment, I think the routines I had in the database were lost during the migration

I'll add that to the list of possible known issues regarding the server to server moves. If we can recreate the issue we may be able to fix it for future moves. Thanks.

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...