mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
3de0f8d38a
BitKeeper/etc/gone: auto-union BitKeeper/etc/logging_ok: auto-union client/mysql.cc: Auto merged configure.in: Auto merged client/mysqltest.c: Auto merged mysql-test/r/connect.result: Auto merged mysql-test/r/insert.result: Auto merged mysql-test/r/subselect.result: Auto merged mysql-test/t/insert.test: Auto merged mysql-test/t/subselect.test: Auto merged scripts/mysql_install_db.sh: Auto merged sql/Makefile.am: Auto merged sql/item.h: Auto merged sql/lex.h: Auto merged sql/mysql_priv.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/share/english/errmsg.txt: Auto merged
46 lines
648 B
Text
46 lines
648 B
Text
show tables;
|
|
Tables_in_mysql
|
|
columns_priv
|
|
db
|
|
func
|
|
help_category
|
|
help_relation
|
|
help_topic
|
|
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
|
|
help_category
|
|
help_relation
|
|
help_topic
|
|
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
|
|
help_category
|
|
help_relation
|
|
help_topic
|
|
host
|
|
proc
|
|
tables_priv
|
|
user
|
|
show tables;
|
|
Tables_in_test
|