当前位置:网站首页>MySQL simple permission management
MySQL simple permission management
2022-06-25 07:52:00 【Wangcai 2】
Create database
CREATE DATABASE IF NOT EXISTS `wangcai` CHARACTER SET 'utf8mb4' COLLATE 'utf8mb4_general_ci';
Create user wangcai111, password 123456
CREATE USER `wangcai111`@`%` IDENTIFIED BY '123456';
Authorized user wangcai111 to wangcai All tables in this library have all permissions
GRANT ALL ON wangcai.* TO 'wangcai111'@'%';
Take back wangcai111 user wangcai Of all tables under the library select jurisdiction
REVOKE Select ON wangcai.* FROM 'wangcai111'@'%';
边栏推荐
- Usememo simulation usecallback
- Tips on how to design soft and hard composite boards ~ 22021/11/22
- Keil and Proteus joint commissioning
- FairMOT yolov5s转onnx
- Estimation of dense forest volume based on LIDAR point cloud with few ground points
- Take you through the normalization flow of GaN
- php入门基础记录
- Without "rice", you can cook "rice". Strategy for retrieving missing ground points under airborne lidar forest using "point cloud intelligent mapping"
- MySQL简单权限管理
- 1464. maximum product of two elements in an array
猜你喜欢
One "stone" and two "birds", PCA can effectively improve the dilemma of missing some ground points under the airborne lidar forest
基于Anaconda的模块安装与注意事项
挖掘微生物暗物质——新思路
传统的IO存在什么问题?为什么引入零拷贝的?
机器学习笔记 - 时间序列的线性回归
C#中如何调整图像大小
Invalid Navicat scheduled task
[single chip microcomputer project training] multipoint temperature wireless acquisition system based on nRF905
Misunderstanding of switching triode
The method of judging whether triode can amplify AC signal
随机推荐
使用Adobe Acrobat Pro调整PDF页面为统一大小
年后求职找B端产品经理?差点把自己坑惨了......
navicat定时任务无效
Access to foreign lead domain name mailbox
Anaconda navigator启动慢的一个解决方法
[single chip microcomputer project training] multipoint temperature wireless acquisition system based on nRF905
【深度学习 轻量型backbone】2022 EdgeViTs CVPR
一“石”二“鸟”,PCA有效改善机载LiDAR林下地面点部分缺失的困局
Misunderstanding of switching triode
神经网络与深度学习-3- 机器学习简单示例-PyTorch
57. 插入区间
[distillation] pointdistiller: structured knowledge distillationwards efficient and compact 3D detection
MySQL简单权限管理
用函数的递归来解决几道有趣的题
微信小程序入门记录
el-input实现尾部加字
一次弄清楚 Handler 可能导致的内存泄漏和解决办法
饮食干预减轻癌症治疗相关症状和毒性
Find out what informatization is, and let enterprises embark on the right path of transformation and upgrading
如何用svn新建属于自己的分支