摘要: 【1】故障信息 Starting MySQL. ERROR! The server quit without updating PID file(xxx/x.pid) [ERROR] Could not create unix socket lock file /usr/local/mysql/so 阅读全文
posted @ 2020-01-16 10:52 郭大侠1 阅读(322) 评论(0) 推荐(0)
摘要: #!/bin/sh function createFile() { for f in "$@"; do if [ ! -f $f ]; then touch $f chmod 777 $f fi done } function init() { dir=`pwd` mkdir -p ${dir}/d 阅读全文
posted @ 2020-01-16 10:36 郭大侠1 阅读(362) 评论(0) 推荐(0)