At present, you can’t use the MySQL Workbench migration tool to
migrate MySQL 5.0 to MySQL 5.5, as documented in Bug
66861. The only documentation reference that I could find that
references the mysql.proc
table. Since the physical
definition of the mysql.proc table changes across the MySQL 5.0,
5.1, and 5.6 releases, I modified my documentation Bug
66886 to suggest providing online documentation (as a feature
request) for the mysql
,
information_schema
, and
performance_schema
tables across all releases.
The actual definition of the mysql.proc
table for
MySQL 5.0.91 holds 16 columns not 20 columns as presently
expected by the MySQL Workbench migration …