当前位置:网站首页>MySQL project 8 summary
MySQL project 8 summary
2022-06-26 10:21:00 【m0_ sixty-one million nine hundred and sixty-one thousand eight】
Add database users
CREATE USER ‘username’@‘host’ IDENTIFIED BY ‘password’;
username – The user name description you will create :
host – Specifies on which host the user can log in , If available to local users localhost, Such as If you want this user to be able to log in from any remote host , You can use wildcards %
password – The login password of the user , The password can be null , If it is blank, the user can log in without a password Land server
To give 、 Reclaim database user permissions
to grant authorization
GRANT privileges ON databasename.tablename TO ‘username’@‘host’;
privileges – User action permissions , Such as SELECT , INSERT , UPDATE etc. ( See the end of the article for a detailed list ). If you want to grant Permission to use ALL explain :
databasename – Database name
tablename- Table name , Available if you want to grant the user access to all databases and tables * Express , Such as *.*
Users authorized by the above command cannot authorize other users , If you want the user to be authorized , Use the following command
GRANT privileges ON databasename.tablename TO ‘username’@‘host’ WITH
GRANT OPTION;
Set and change user passwords
SET PASSWORD FOR ‘username’@‘host’ = PASSWORD(‘newpassword’);
If it is the current login user
SET PASSWORD = PASSWORD(“newpassword”);
边栏推荐
- String类intern()方法和字符串常量池
- Global and Chinese market for baked potato chips 2022-2028: Research Report on technology, participants, trends, market size and share
- Detailed explanation of winsorflow quantum installation process
- Recyclerview implements flow layout (LinearLayout with line wrap) (flexboxlayoutmanager)
- Glide's most common instructions
- [untitled]
- 字符串常量池、class常量池和运行时常量池
- Nested recyclerview in nestedscrollview automatically slides to the bottom after switching
- Blog post index summary --c #
- 創建對象的時候堆內存的分配
猜你喜欢
mysql学习总结
What should the preview do?
如何更改微信小程序二维码物料颜色
Win10安装tensorflow-quantum过程详解
方法区里面有什么——class文件、class文件常量池、运行时常量池
Basic grammar of C language -- pointer (character, one-dimensional array) learning
SSM项目小例子,SSM整合图文详细教程
904. fruit baskets
调用api接口生成不同颜色的微信小程序二维码
A list of common methods for customizing paint and canvas of view
随机推荐
Differences between JVM, Dalvik and art
Allocation de mémoire tas lors de la création d'objets
Solution to network request crash in retrofit2.8.1
Standard implementation of streaming layout: a guide to flexboxlayout
Automated testing -- Introduction and example of pytest framework
Redis master-slave replication in win10 system
國際化配置
Full introduction to flexboxlayout (Google official flexible implementation of flow layout control)
Global and Chinese markets in hair conditioner 2022-2028: Research Report on technology, participants, trends, market size and share
Record the handling of oom problems caused by too many threads at one time
Retrofit common request methods and comments, post, get heard file upload
瑞萨电子面向物联网应用推出完整的智能传感器解决方案
Various errors encountered by tensorflow
The basis of C language grammar -- factoring by function applet
echo $?
Win10安装tensorflow-quantum过程详解
echo $?
Dialog centered
【无标题】
美国总统签署社区安全法案以应对枪支问题