单项选择题
登录到Mysql服务的命令是哪一个?()
A.mysql -u -p用户的密码
B.mysql -uroot -p
C.mysqld -uroot -p用户的密码
D.mysql -uroot -p用户的密码
点击查看答案
相关考题
-
单项选择题
修改数据库登录密码的命令是哪一个?()
A.alter user ’root’@’localhost’identified with mysql_navite_password by ’修改的密码’
B.alter user ’root’@’localhost’identified by mysql_password with ’修改的密码’
C.alter user ’root’@’localhost’identified with mysql_password by ’修改的密码’
D.alter user ’root’@’localhost’identified by mysql_navite_password with ’修改的密码’ -
单项选择题
启动mysql服务的命令是哪一个?()
A.net mysql start
B.net start mysql
C.net mysql stop
D.net stop mysql -
单项选择题
Mysql字符串函数中截取字符串的是哪一个?()
A.length
B.substr
C.format
D.reverse
