Tag:Connection Method of Mysql Visualization Tool Navicat
-
Connection Method of MySQL Visualization Tool Navicat
After installing Navicat The following mistakes may occur:Client does not support authentication protocol requested by server At this point, type in the bin file directory of MySQLmysql -u root -p Then enter the password, enter the terminal of mysql, and enter the command at the terminal: alter user ‘root’@’localhost’ identified with mysql_native_password by ” After […]