mysql連接pycharm

sudo mysql -u root -p   先進入mysql mysql> grant select,insert on .* to '*****'@'localhost' identified by '*****';             grant 權限 on 庫名.表名 to '用戶名'@'ip地址' identified by 密碼;             新建一個用戶 *****
相關文章
相關標籤/搜索