mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
47fb31aa46
libmysql/libmysql.c: Small fix (resulted in connection without database even if one is specified) sql/mini_client.cc: The same fix for replication copy
34 lines
516 B
Text
34 lines
516 B
Text
show tables;
|
|
Tables_in_mysql
|
|
columns_priv
|
|
db
|
|
func
|
|
host
|
|
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
|
|
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
|
|
tables_priv
|
|
user
|
|
show tables;
|
|
Tables_in_test
|