cybersle
New Member
- Messages
- 5
- Reaction score
- 0
- Points
- 1
I am having an issue creating stored procedures. I keep getting:
#1548 - Cannot load from mysql.proc. The table is probably corrupted
Which according to everything I can find on google this happens due to schema changes required for different MySQL server versions. The simple fix to this problem is to run the mysql_upgrade command from the command line. Which obviously I cannot do. I've tried running a fix on the table and updating the database via the GUI provided.
I also tried utilizing the Create routine tab and entering the items manually without using the deliminator but I still get the same error.
I also tried creating a new database with very little in it and creating a stored procedure there. Still receive the same error.
PLEASE HELP!
#1548 - Cannot load from mysql.proc. The table is probably corrupted
Which according to everything I can find on google this happens due to schema changes required for different MySQL server versions. The simple fix to this problem is to run the mysql_upgrade command from the command line. Which obviously I cannot do. I've tried running a fix on the table and updating the database via the GUI provided.
I also tried utilizing the Create routine tab and entering the items manually without using the deliminator but I still get the same error.
I also tried creating a new database with very little in it and creating a stored procedure there. Still receive the same error.
PLEASE HELP!