一、數據庫的創建
調出命令窗口並創建數據庫:
create database itcast_oa default character set utf8;----創建數據庫
二、數案件用戶
create user itcastoa identified by '1234';-----創建用戶
三、為用戶授權
grant all on itcast_oa.* to itcastoa;-----為用戶授權
四、創建連接
一、數據庫的創建
調出命令窗口並創建數據庫:
create database itcast_oa default character set utf8;----創建數據庫
二、數案件用戶
create user itcastoa identified by '1234';-----創建用戶
三、為用戶授權
grant all on itcast_oa.* to itcastoa;-----為用戶授權
四、創建連接
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。