美文网首页
使用xshell给阿里云服务器安装mysql

使用xshell给阿里云服务器安装mysql

作者: 一个大西瓜CPI | 来源:发表于2019-01-16 09:28 被阅读21次

1. 安装mysql

https://www.jianshu.com/p/ce53320dcfbd

2. 获取mysql 5.7随机生成的密码

https://www.yanning.wang/archives/379.html

使用 grep "temporary password" /var/log/mysqld.log获取mysql的初始化密码。

3. 在使用数据库之前需要初始化密码,否则无法使用

重新设置密码set password = password('你的密码');
密码需要使用大小写,符号和数字,否则会提示1819 (HY000): Your password does not satisfy the current policy requirements

4. 使用navcat登陆服务器数据库

4.PNG 5.PNG

相关文章

网友评论

      本文标题:使用xshell给阿里云服务器安装mysql

      本文链接:https://www.haomeiwen.com/subject/yzehfqtx.html