MySQL Workbench cannot load mysql.proc

前端 未结 16 1583
予麋鹿
予麋鹿 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:20

    Using MAMP PRO (version 2.2) I tried pmking's suggestion and was still getting nowhere. So I edited the two files: /Applications/MAMP/bin/repairMysql.sh /Applications/MAMP/bin/upgradeMysql.sh

    changing 'proot' to 'p' in each. This creates a prompt for the MySQL root password and it worked!

    I hope that helps someone else.

提交回复
热议问题