2002-12-05 14:01:15 +03:00
|
|
|
show tables;
|
|
|
|
Tables_in_mysql
|
|
|
|
columns_priv
|
|
|
|
db
|
|
|
|
func
|
2003-02-12 21:55:37 +02:00
|
|
|
help_category
|
|
|
|
help_relation
|
|
|
|
help_topic
|
2002-12-05 14:01:15 +03:00
|
|
|
host
|
2003-01-17 14:48:58 +04:00
|
|
|
proc
|
2002-12-05 14:01:15 +03:00
|
|
|
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
|
2003-02-12 21:55:37 +02:00
|
|
|
help_category
|
|
|
|
help_relation
|
|
|
|
help_topic
|
2002-12-05 14:01:15 +03:00
|
|
|
host
|
2003-01-17 14:48:58 +04:00
|
|
|
proc
|
2002-12-05 14:01:15 +03:00
|
|
|
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
|
2003-02-12 21:55:37 +02:00
|
|
|
help_category
|
|
|
|
help_relation
|
|
|
|
help_topic
|
2002-12-05 14:01:15 +03:00
|
|
|
host
|
2003-01-17 14:48:58 +04:00
|
|
|
proc
|
2002-12-05 14:01:15 +03:00
|
|
|
tables_priv
|
|
|
|
user
|
|
|
|
show tables;
|
|
|
|
Tables_in_test
|