Đã cài được trên Mac M1, tuy nhiên không thể setup được connection.
Không biết có ai đã từng gặp chưa ạ?
Ver: mysql-workbench-community-8.0.20-winx64
Lỗi:
Failed to Connect to MySQL at 127.0.0.1:3306 with user root
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Em đã cài và start mysql server chưa? https://dev.mysql.com/downloads/mysql/
Em cài và start rồi nhé 🙁
Em vào System Preferences > MySQL xem trạng thái đã là running chưa nhé
Không hiểu sao trên máy em không xuất hiện MySQL trong System Preferences
https://prnt.sc/syEcquW2RRBD
Như vậy có nghĩa là chưa cài thành công em ạ, em cần tìm bản tương thích với M1 hoặc cài MySQL qua docker xem sao em ạ.
Huy ơi bạn đã thử login bằng command,
mysql -u <user_login_may>
chưa?Ví dụ user máy mình là
kyle
mình loginmysql -u kyle
và không cần pass là ok nhé.Mình hay dùng command, đồng thời nếu dùng tool thì bạn thay user
root
bằnguser_máy
của bạn là được,