Error lengkapnya “Error: Cannot load from mysql.proc. The table is probalby corrupted”. Cara untuk mengatasi error tersebut di database MySQL ataupun MariaDB adalah dengan mengeksekusi perintah :
mysql_upgrade
bila muncul pesan error
Phase 1/3: Fixing table and database names mysqlcheck: Got error: 1045: Access denied for user 'root'@'localhost' (using password: NO) when trying to connect FATAL ERROR: Upgrade failed
gunakan perintah
mysql_upgrade -u root -p
Error tersebut disebabkan oleh tabel yang korup.