MySQL Workbench cannot load mysql.proc

前端 未结 16 1586
予麋鹿
予麋鹿 2020-12-23 12:50

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

16条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-23 13:23

    if you're on Unix based (like Ubuntu) you can try this :

    sudo ./mysql_upgrade -uroot -p
    

    like Bimal suggested.

提交回复
热议问题