Im currently working on a project using python django and my database is MySQL in PHPmyadmin (xampp). We’re required to create stored procedures for the project. While I was trying to create the procedure, this error showed up:
#1728 – Cannot load from mysql.proc. The table is probably corrupted
I saw somewhere that I need to upgrade as found in this here. Do I need to upgrade MySQL or something? My current MariaDB server version: 11.5.2-MariaDB
(added the screenshot for error proof)