摘要: mysql的赋权语句:grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option; all privileges ==> 表示所有的权限 ,增删改查权限全部都有了 *.* ==> 所有的数据库下 阅读全文
posted @ 2021-11-08 14:13 Forestiger 阅读(141) 评论(0) 推荐(0)