Sequel Pro and MySQL connection failed

后端 未结 7 1500
青春惊慌失措
青春惊慌失措 2020-12-04 06:02

I just installed mysql on mac from Homebrew

brew install mysql

mysql -V

mysql  Ver 8.0.11 for osx10.13 on x86_64 (Homebrew)

from termina

7条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 06:50

    It's working for me. if you are getting this error :

    Unable to connect to host 127.0.0.1, or the request timed out.

    Be sure that the address is correct and that you have the necessary privileges, or try increasing the connection timeout (currently 10 seconds).

    MySQL said: Authentication plugin 'caching_sha2_password' cannot be loaded: dlopen(/usr/local/lib/plugin/caching_sha2_password.so, 2):

    Plz try this solution

提交回复
热议问题