How to install the mysql graphical tool on mac: first download the installation file of the mysql graphical tool Navicat Premiun; then click the downloaded dmg file, drag it to the application folder for installation, and follow the instructions on the installation guide interface step by step Just step by step.
(3)If the connection is unsuccessful and the error message client does not support authentication protocol requested by server consider …, please continue to read the error solution
A. The terminal connects to mysql
【mysql -u root -p】
B. The terminal enters the following statement, remember to change the password in the statement to your own mysql connection password. [ALTERUSER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';]
C, terminal input refresh statement [FLUSH PRIVILEGES; 】
Reconnect, success, error resolution.
ending—–Remember to like it
Recommended tutorial: mysql video tutorial
The above is the mac installation mysql graphical tool? For more details, please pay attention to other related articles on 1024programmer.com!