会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wonchaofan
博客园
首页
新随笔
联系
订阅
管理
2020年7月20日
ubuntu安装mysql5.7的时候提示mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
摘要: 缺少 libaio.so.1库 安装一个: aptitude install -y libaio1 ok了
阅读全文
posted @ 2020-07-20 14:43 wongchaofan
阅读(574)
评论(0)
推荐(0)
编辑
ubuntu版本scp连接Permission denied, please try again.问题
摘要: scp依赖于ssh服务 1.scp连接到ubuntu版本时,使用的用户必须有操作目录的权限: 例:scp /etc/my.cnf mysql@192.168.2.100 /etc/ 192.168.2.100主机的mysql用户,必须得有/etc目录的操作权限,一般给全权限7 2.如果是以root用
阅读全文
posted @ 2020-07-20 12:53 wongchaofan
阅读(1632)
评论(0)
推荐(0)
编辑
公告