当前位置:网站首页>MySQL permission management and backup
MySQL permission management and backup
2022-06-11 10:03:00 【Don't want to be a programmer】
User management
Create user :create user user name identified by ' password '
Change Password ( The current user ):set password = password('12345')
Change Password ( Designated user ):set password for wanaei=password('111111')
rename :rename user wanaei to wanaeiHa
-- User authorization all privileges All permissions , library , surface
--all privilages In addition to empowering others , Everything else can
grant all privileges on *.* to wanaei
-- Query authority
show grants for wanaei -- View the permissions for the specified user
show grants for root@localhost
--root User permissions :grant all privileges on *.* to 'root'@'locaohost' with grant option
-- Revoke authority revoke What authority , In which library , To whom
revoke all privileges on *.* from wanaei
-- Delete user
drop user wanaei
MySQL Backup
Ensure that important data is not lost
Data transfer
Backup :
- Copy out physical files directly
- stay Sqlyog Manually export... In this visualization tool
- Use the command line to export mysqlbump Command line
mysqldump -hlocalhost -uroot -proot db student >F:a.sql
Import :
Command line ( Log on first :mysql -uroot -proot)
- use shool
- source F:/a.sql
Prevent data loss
边栏推荐
猜你喜欢

ZigBee模块无线传输星形拓扑组网结构简介

MySQL basic learning notes 03

steamVR简介

Q355HR钢板化学成分

基于SSM+Vue+OSS的“依伴汉服”商城设计与开发(含源码+论文+ppt+数据库)

UGUI

Leetcode brushing questions - hand tearing binary tree

标配双安全气囊,长安Lumin上市,起价4.89万元

How much do you know about software compatibility testing? How to select a software compatibility testing organization?

Troubleshooting the error ora-12545 reported by scanip in Oracle RAC
随机推荐
DataGrip 2022,DataGrip 功能
BeanFactory 与FactoryBean的区别
ORACLE DG物理备库使用别名数据文件改变路径到OMF路径
对于力士乐电磁换向阀的功能与作用,你知道多少
深夜小酌,50道经典SQL题,真香~
MySQL 权限管理和备份
Inductive bias的一些理解
Introduction to ZigBee module wireless transmission star topology networking structure
【Objective-C】动态创建控件
你对软件兼容性测试知道多少?如何选择软件兼容性测试机构?
Mysql比较
Interface, abstract class and relationship between classes
鼠标点击坐标转换生成
卸载grid时运行脚本报错Can‘t locate Env.pm in @INC
puppeteer入门之 Browser 类
整型提升例题
ugui图片墙
With determination to forge ahead, JASMINER continues to deepen its brand strength
穆格测试控制器的作用和应用场合有哪些
ZigBee模块通信协议的树形拓扑组网结构