单项选择题
数据库mysql授权命令()。
A.grant all on *.*to ’all’@’192.168.10.%’identified by ’123.com’;
B.grant all on *.*to ’123.com’@’192.168.10.%’identified by ’root’;
C.grant all on *.*to ’root’@’all’identified by ’123.com’;
D.grant all on *.*to ’root’@’192.168.10.%’identified by ’123.com’;
点击查看答案&解析
相关考题
-
多项选择题
tomcat所生成的目录有哪些?()
A.bin
B.conf
C.lib
D.webapps
E.home -
单项选择题
PHP安装选项中“--with-mysqli”是什么含义?()
A.指定mysqli 语句支持
B.指定运行库
C.指定mysql 语句支持
D.启用软件接口 -
单项选择题
启动php服务的命令()。
A.systemctl restart php
B.php-fpm
C./usr/local/nginx/conf/php start
D.php
