当前位置:网站首页>MySql5.7添加新用户
MySql5.7添加新用户
2022-06-28 11:09:00 【soha_dong】
首先登陆数据库:
然后创建一个数据库: create database 数据库名称 character set utf8;
再创建一个新的用户: create user 用户名 identified by '密码';
最后授权数据库给新建用户: grant all on 数据库.* to 用户名;
边栏推荐
猜你喜欢

爱可可AI前沿推介(6.28)

论文阅读 (59):Keyword-Based Diverse Image Retrieval with Variational Multiple Instance Graph

Get current system date

阿里三面:LEFT JOIN关联表中用ON还是WHERE跟条件有什么区别

MySQL(一)

远程登录sshd服务

线程和线程池

还在用 SimpleDateFormat 做时间格式化?小心项目崩掉!

Making and using of dynamic library (shared library)

Realization of a springboard machine
随机推荐
Compression and decompression
What is the function of ICMP Protocol and the principle of Ping of death attack?
Yann Lecun's new paper: the road to building automatic agents
MySQL common commands for viewing database performance
近况
字符串 & 堆 & 方法区
获取系统当前日期
Docker modifies the user name and password of MySQL
Markdown -- basic usage syntax
Summary of spatial temporal time series prediction modeling methods
It is safer for individuals to choose which securities company to open an account for buying floor funds
方法重写(Override)
JS基础8
Zero foundation self-study SQL course | if function
Solve the problem of reading package listsdonebuilding dependency treereading state informationdone
Calculate time using calendar
工控安全之勒索病毒篇
GCC简介
Katalon框架测试一个web页面操作实例代码
Katalon framework tests web (XX) custom keywords and upload pop-up operations