MySQL安装完成后启动文件mysql在/etc/init.d目录下,在需要启动时运行下面命令即可。 # /etc/init.d/mysql start 或者 service mysql restart 登录 mysql -u root -p1234 相关文章: