mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
38 lines
531 B
Plaintext
38 lines
531 B
Plaintext
show tables;
|
|
Tables_in_mysql
|
|
columns_priv
|
|
db
|
|
func
|
|
host
|
|
proc
|
|
tables_priv
|
|
user
|
|
show tables;
|
|
Tables_in_test
|
|
grant ALL on *.* to test@localhost identified by "gambling";
|
|
grant ALL on *.* to test@127.0.0.1 identified by "gambling";
|
|
show tables;
|
|
Tables_in_mysql
|
|
columns_priv
|
|
db
|
|
func
|
|
host
|
|
proc
|
|
tables_priv
|
|
user
|
|
show tables;
|
|
Tables_in_test
|
|
update mysql.user set password=old_password("gambling2") where user="test";
|
|
flush privileges;
|
|
show tables;
|
|
Tables_in_mysql
|
|
columns_priv
|
|
db
|
|
func
|
|
host
|
|
proc
|
|
tables_priv
|
|
user
|
|
show tables;
|
|
Tables_in_test
|