设置mysql服务器开机启动的命令是
A: chkconfig mysql on
B: chkconfig mysqld on
C: chkconfig mysql off
D: chkconfig mysqld off
A: chkconfig mysql on
B: chkconfig mysqld on
C: chkconfig mysql off
D: chkconfig mysqld off
举一反三
- 在linux中,常常存在不需要的服务,使用什么命令禁用这些服务() A: chkconfig –F [服务名] B: chkconfig [服务名] off C: chkconfig –B [服务名] D: chkconfig [服务名] down
- 启动Mysql数据库服务器是在MySQL安装目录的bin子目录下键入mysqld或mysqld -nt 启动MySQL数据库服务器。
- 下列(____)命令是开始MYSQL服务的。 A: service mysqld start B: service mysql start C: /init.d/mysqld start D: /init.d/mysql start
- 安装MySQL的命令是【】 A: mysql -u root -p B: mysqld initialize C: mysqld install D: net stop mysql
- Windows环境下,假定MySQL的服务名是MySQL,启动MySQL服务的命令是( )。 A: net start mysql B: net stop mysql C: mysql –uroot -p D: mysqld -install