#使用數據庫 use generiton; #ww_tms 爲用戶名和密碼 grant all privileges on *.* to 'ww_tms'@'%' identified by 'ww_tms'; #刷新MySQL的系統權限相關表 flush privileges;