create schema zzz default character set utf8 collate utf8_general_ci;--創建數據庫
grant select,insert,update,delete,create on zzz.* to root;--用戶授權數據庫
flush privileges;--立即啟用配置
drop schema zzz;--刪除數據庫
create schema zzz default character set utf8 collate utf8_general_ci;--創建數據庫
grant select,insert,update,delete,create on zzz.* to root;--用戶授權數據庫
flush privileges;--立即啟用配置
drop schema zzz;--刪除數據庫
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。