Column count of mysql.proc is wrong. Expected 20, found 16. The table is probably corrupted

(3 posts) (2 voices)

Tags:

No tags yet.

  1. labber, Member

    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.

  2. labber, Member

    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.

  3. myDBR Team, Key Master

    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


Reply

You must log in to post.