会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
渴爱网の
WebMaster 's Blog【Welcome to my website : KIIK.TOP 】
Go ahead man ! I just wanna achieve what i wanted man.
Tips:1.Do a excellent programmer who can hacking and build awesome program
2.Became a designer who can make everything which nearby me looks like so charming.
博客园
首页
新随笔
联系
管理
订阅
2017年10月29日
Your password does not satisfy the current policy requirements问题解决方法
摘要: 运行 目的是,可以设置弱密码。
阅读全文
posted @ 2017-10-29 22:53 kiik
阅读(1971)
评论(0)
推荐(0)
编辑
为什么CentOS7中找不到mysql服务,并且还找不到mysql.sock?
摘要: 原因: 你只通过yum install mysql安装了mysql的客户端,而并没有安装mysql的服务器端 解决方法: yum install mysql-server //安装服务器端 systemctl enable mysqld //然后再启动mysqld(注意mysqld是mysql的服务
阅读全文
posted @ 2017-10-29 12:29 kiik
阅读(9584)
评论(0)
推荐(0)
编辑