1.create user 'orderSystem'@'%' identified by 'os123456'; 數據庫
建立用戶名爲 orderSystem ,密碼爲os123456, %表示能夠在本地和遠程登陸 ide
2.grant all on quick.* to 'orderSystem'@'%'; ui
賦予quick數據庫的全部表權限給orderSystem用戶登錄