1. 程式人生 > >MySQL數據庫的安裝教程及相關問題

MySQL數據庫的安裝教程及相關問題

prot alt p s jin .com .net pan ica color

MySQL數據庫的安裝教程及相關問題

2018-07-13

MySQL數據庫的下載及安裝教程

問題1:mysql遠程連接 Host * is not allowed to connect to this MySQL server

MySQL 8.0 Command Line Client - Unicode

use mysql;
select host,user from user where user=root;
update user set host =%where user =root;

重啟服務使其生效

問題2:navicat 連接 mysql 出現1251Client does not support authentication protocol requested by server的解決方案


MySQL 8.0 Command Line Client - Unicode

ALTER USER root@% IDENTIFIED WITH mysql_native_password BY quark@123;

重啟服務使其生效

MySQL數據庫的安裝教程及相關問題