起步
配置 systemctl 管理 nginx 与解决 systemctl start nginx 卡住问题。
今天照着这篇文章 《CentOS 7 下安装 MySQL 5.7》在自己的 centos7 里装了 mysql 。接着照着教程,以不检查权限的方式启动 mysqld(mysqld --user=root --skip-grant-tables &
),为 root 用户设置了初始密码。
退出 mysql 后,我通过 kill
强杀了 mysqld 在运行的进程(ps -fef | grep mysqld
获取 pid),想用 systemctl start mysqld
启动 mysqld,但失败。