-
MySQL5.7基本操作
MySQL用户相关操作 修改密码 方法一:
1mysql> update mysql.user set authentication_string=password('123456.') where user='root' and Host = 'localhost';方法二: [crayon-607fda8a8f541141254205…
-
Centos7下编译安装mysql5.7.25
源码下载:https://downloads.mysql.com/archives/community/ 下载源码 右键复制下载链接,回到centos用 wget下载。 解压源代码…