How to fix “Cannot load from mysql.proc. The table is probably corrupted”
ถ้าหากพบ error message เหมือนด้านล่างหลังจากที่ execute คำสั่งบน MySQL
"Error: Cannot load from mysql.proc. The table is probably corrupted"
สาเหตุเกิดจาก schema ของ mysql server เป็นคนละ version กับที่ใช้งานอยู่ในปัจจุบัน
วิธีการแก้ไข ให้รันคำสั่ง
mysql_upgrade
เพื่อทำการ upgrade system schema ให้เป็น version เดียวกับ mysql server ที่ใช้งานอยู่