mariadb/mysql-test/r/connect.result
gluh@gluh.mysql.r18.ru bdac148469 Make the CLI client (client/mysql.cc) work with multi-line SPs.
Make the mysqltest program (client/mysqltest.c) work with multi-line SPs.
2003-01-17 14:48:58 +04:00

37 lines
531 B
Text

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