摘要: mysql5.7 关于密码问题 报错: ERROR 1862 (HY000): Your password has expired. To log in you must change it using a client that supports expired passwords. 翻译: 错误 阅读全文
posted @ 2017-08-28 17:26 戈丫汝 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 在linux系统中复制文件夹时提示如下: Shell代码 cp: omitting directory `foldera/' 其中foldera是我要复制的文件夹名,出现该警告的原因是因为foldera目录下还存在目录,所以不能直接拷贝。 解决办法:使用递归拷贝,在cp命令后面加上-r参数,形如: 阅读全文
posted @ 2017-08-28 10:51 戈丫汝 阅读(2380) 评论(7) 推荐(0) 编辑