I'm getting this error when I attempt to execute the batch file in the created database. We are using MySQL 5.1.61.
Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted
This is happening for every query.
I'm getting this error when I attempt to execute the batch file in the created database. We are using MySQL 5.1.61.
Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted
This is happening for every query.
Looks to be something with this particular install or version of MySQL. I was able to get it working in MySQL 5.0.95 no problem.
The error message "Column count of mysql.proc is wrong" happens if you have old pre 5.1 MySQL system tables loaded on 5.1 server. It is a configuration issue in MySQL, not related to myDBR. myDBR just happens to use that particular feature.
You can fix the error on MySQL 5.1 server by running mysql_upgrade-command.
myDBR supports both MySQL 5.0 and 5.1 servers.
--
myDBR Team
You must log in to post.