MySQL Workbench cannot load mysql.proc

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

    on debian 6, MySQL 5.1.73-1 (Debian), I had the same problem, and a start and stop helped me.

    /etc/init.d/mysql stop
    /etc/init.d/mysql start
    

    not sure what happen, but the problem seems to go away after this quit stop and start, just wanted to add it here, in case others have same problem.

提交回复
热议问题