SQL Error: Table ‘mysql.proc’ doesn’t exist
Thursday, June 18th, 2009Today I upgraded my HeidiSQL into version 4, but when I am running it on the MySQL server 5.0 I got error
"SQL Error: Table 'mysql.proc' doesn't exist"
After googling around, found that this error caused HeidiSQL requires table Mysql.proc which is not exist. Table Mysql.proc is used to store procedure. But wait, I am using MySQL 5.0.x which already support Procedures and Views!! so How come this error show up??
After some tought, the are several reason why this error came up although you are using MySQL 5.
- You are upgrading from MySQL 4.x
- Your MySQL 5.x installation didn’t smooth
And in my case, it was reason no. 1, as I am remember I was once upgrade mysql server a year ago. So how to fix it? (more…)