阿里雲輕量應用服務器mysql開啓遠程訪問

進入防火牆設置   添加規則   添加mysql   登錄mysql mysql -u root -p mysql   設置root用戶遠程連接的密碼爲123456 grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;
相關文章
相關標籤/搜索