Ubuntu系统环境搭建(八)------Ubuntu开机自动执行命令
修改文件
bash
vim /etc/rc.local
以自启动mysql为例,在文件末尾添加
bash
/usr/local/mysql8/bin/mysqld_safe --defaults-file=/usr/local/etc/my.cnf >/dev/null 2>&1
我是腾讯云服务器,rc.local
已经配置好了。总之,你要确保rc.local是可执行文件。