MariaDB中创建一个能从任意地址登陆的帐号stu001,正确的是()。
MariaDB中创建一个能从任意地址登陆的帐号stu001,正确的是()。
A.create user 'stu001'@'192.168.1.100'
B.create user stu001@%
C.create user 'stu001'@'%' identified by '123'
D.create user 'stu001'@'192.168.1.100' identified by xxx;
正确答案:create user 'stu001'@'%' identified by '123'