Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to create new users and give them all permissions in mysql

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

It is believed that many inexperienced people don't know what to do about how to create new users and give them all permissions in mysql. Therefore, this article summarizes the causes and solutions of the problem. Through this article, I hope you can solve this problem.

Create a new user for mysql and grant all permissions

Grant all privilegeson *. * to tet6@ "%" identified by '123456' WITH GRANT OPTION

CREATE USER 'tet'@'%' IDENTIFIED BY' 123456'

CREATE USER 'wj123456'@'%' IDENTIFIED BY' 123456'

GRANT ALL PRIVILEGES ON *. * TO 'tet'@'%' IDENTIFIED BY' * * 'WITH GRANT OPTION MAX_QUERIES_PER_HOUR0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0

CREATE DATABASE IF NOT EXISTS `tet`

Grant select,insert, delete,update,create,drop on *. * to tet6@ "%" identified by "123456"

Grant all privilegeson *. * to jztet@ "%" identified by '123456' WITH GRANT OPTION

Grant select,insert, delete,update,create,drop on *. * to jztet@ "%" identified by "39efbfef4a0021"

Grant all privilegeson *. * to jztet@ "%" identified by "39efbfef4a0021"

Grant select,delete,update,create,drop on *. * to huangjz@ "%" identified by "39efbfef4a0021"

GRANT ALL PRIVILEGES ON *. * TO 'huangjz'@'%'IDENTIFIED BY' 39efbfef4a0021' WITH GRANT OPTION

GRANT ALL PRIVILEGES ON *. * TO 'jztet'@'%'IDENTIFIED BY' 39efbfef4a0021' WITH GRANT OPTION

GRANT ALL PRIVILEGES ON *. * TO 'root'@'%'IDENTIFIED BY' 123456 'WITH GRANT OPTION

After reading the above, have you mastered the method of how to create new users and grant all permissions in mysql? If you want to learn more skills or want to know more about it, you are welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report