mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
9 lines
281 B
Text
9 lines
281 B
Text
|
create user foo@localhost;
|
||
|
select user,host,password from mysql.user where user='foo';
|
||
|
user host password
|
||
|
foo localhost
|
||
|
select user,host,password from mysql.user where user='foo';
|
||
|
user host password
|
||
|
foo localhost *94BDCEBE19083CE2A1F959FD02F964C7AF4CFC29
|
||
|
drop user foo@localhost;
|