【mysql】使用Navicat連接數據庫

1 連接數據庫 點擊左下角測試一下 提示 輸入 select host,user,plugin,authentication_string from mysql.user; 查看用戶信息 注意這裏我們的密碼是空的,但是Navicat不能無密碼登錄。 2 修改密碼 使用 alert user ‘root’@‘localhost’ identified by ‘123456’; 將密碼修改爲12345
相關文章
相關標籤/搜索