在写存储过程时报了这个异常1558 column count of mysql.proc is wrong.Expected20,found 16.created with mysql 50091,now running 50528.please use mysql_upgrade to fix this error。
可以尝试下"mysql_upgrade -uroot -p"命令。
mysql 错误处理
原文:http://fengxiaoxiao.blog.51cto.com/2765137/1357914