I am starting to use MySQL Workbench tool especially for data modeling. So, the first I would like to do is reverse engineering of my existing database on web server. But I
This happens due to schema changes required for different server versions.
mysql_upgrade -uroot -p
will filx the issue.
Sometimes you require to uninstall server and clean its data directory. And re-install to make a fresh copy of data files.