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
if you're on Unix based (like Ubuntu) you can try this :
sudo ./mysql_upgrade -uroot -p
like Bimal suggested.