摘要:
#!/bin/bash #game_error.sh if [[ $# -lt 1 ]]; then #$#表示参数个数 -lt小于 echo "Usage: game_error.sh time[20170710]" exit fi source ./remote_cmd.sh #相当于include MYSQL_MFW="/usr/local/mysql/bin/... 阅读全文
摘要:
(1)MySQL的启动 重启了一次服务器后,使用> mysql -u root -p登陆是出现下面的错误: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) 查看状 阅读全文