如题,系统为Ubuntu 16.04,MySQL版本为5.7,通过apt-get进行安装。参考了网上一些做法,包括修改/etc/init/mysql.conf文件等方法,在Ubuntu 16.04 + MysqL 5.7下均不管用。自己后来参照一篇博客的,执行下列命令即可:
sudo systemctl disable MysqL sudo update-rc.d -f MysqL remove
sudo systemctl disable MysqL