摘要:
ubuntu 下sudo cd 会报command not found 通过which cd命令发现 cd: aliased to set olddir=$cwd ; chdir !* cd是shell内置的,不是普通的命令,所以不能通过sudo运行 如果确实需要运行cd,可以先输入sudo -s, 阅读全文
摘要:
当安装完成使用初始密码登入之后,随意执行一个命令如:show databases; 此时可能会报错:ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this st 阅读全文
摘要:
nginx启动时报错nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory),进入到logs目录发现确实没有nginx.pid文件 解决方法: /usr/local/ng 阅读全文