MySQL Workbench “fetching…” — cannot browse DB

前端 未结 7 873
-上瘾入骨i
-上瘾入骨i 2021-01-12 03:19

I\'ve been having a lot of issues lately, basically since the last time I upgraded XAMPP for OSX (v1.7.3) and/or my MySQL GUI tools. Using MySQL Workbench (v5.2.44), I can

7条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-12 04:09

    If you are using linux distro the run following command:

    mysql_upgrade -u root -p
    

提交回复
热议问题