MariaDB中创建一个只能从本地登陆的帐号stu001,正确的是()。
9 查阅
MariaDB中创建一个只能从本地登陆的帐号stu001,正确的是()。
A.create user 'stu001'@'localhost'
B.create user stu001
C.create user 'stu001'@'localhost' identified '123'
D.create user 'stu001'@'localhost' identified by xxx;
参考答案: