随笔分类 -  MySql

Mysql 的用户权限等操作管理与设置(创建、授权、修改、查看)
摘要:注:请在 MySql 的客户端操作 1、创建用户 CREATE USER 'username'@'host' IDENTIFIED BY 'password';//例 CREATE USER 'user1'@'localhost' IDENTIFIED BY '_123456aA'; usernam 阅读全文
posted @ 2020-04-08 23:42 风影·WindShadow 阅读(469) 评论(0) 推荐(0)
MySql 在 Linux 下的安装与基础配置
摘要:使用版本:Mysql (5.7) Linux(CentOS 7.2) 1、安装 1)下载MySQL官方的 Yum Repository wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm 2) 阅读全文
posted @ 2020-03-30 23:21 风影·WindShadow 阅读(112) 评论(0) 推荐(0)