博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[mysql]用户管理
阅读量:4228 次
发布时间:2019-05-26

本文共 217 字,大约阅读时间需要 1 分钟。

add

insert into user(Host,User,Password) values('%','name','password');
create user 'show_building'@'localhost' identified by 'password';

del

update

set password for 'show_building'@'localhost'=PASSWORD('xxx');

转载地址:http://ydcqi.baihongyu.com/

你可能感兴趣的文章
Ozone 与 HDDS 的区别与联系
查看>>
maven失败测试用例rerun插件使用方法
查看>>
Python基础(三)
查看>>
Python入门NLP(二)
查看>>
四行Python代码,你也能从图片上识别文字!
查看>>
内网映射外网工具-ngrok
查看>>
Python带你朗读网页
查看>>
关于python,这些知识点你学会了吗?
查看>>
利用selenium爬取《西虹市首富影评》
查看>>
Python验证码识别
查看>>
机器学习、NLP和Python教程分享
查看>>
AWS Serverless培训分享
查看>>
python生成二维码
查看>>
在ubuntu上搭建文件服务器
查看>>
ServiceFabric: 在Windows上创建容器应用并部署到ServiceFabric中
查看>>
paramiko——一个专门为Linux设计的模块
查看>>
一个有趣的python项目---一个好玩的网站
查看>>
git常用命令总结
查看>>
Protobuf了解一下?
查看>>
超越Selenium的存在---Pyppeteer
查看>>