单项选择题
修改数据库登录密码的命令是哪一个?()
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 -
单项选择题
Mysql字符串函数中取字符串长度的是哪一个?()
A.length
B.format
C.sumstr
D.reverse
