Commit 940b876e authored by Horst.Hunger's avatar Horst.Hunger

last fix?

parent 373c18df
......@@ -15,17 +15,17 @@ inet_ntoa(@nip)
127.0.0.1
SELECT USER();
USER()
root@localhost
root@127.0.0.1
SELECT current_user();
current_user()
root@localhost
root@127.0.0.1
SHOW PROCESSLIST;
REVOKE ALL ON test.* FROM testuser@'127.0.0.1';
RENAME USER testuser@'127.0.0.1' to testuser1@'127.0.0.1';
SET PASSWORD FOR testuser1@'127.0.0.1' = PASSWORD ('9876');
SELECT USER();
USER()
root@localhost
root@127.0.0.1
DROP USER testuser1@'127.0.0.1';
=============Test of '::1' ========================
connect (con1, ::1, root, , test, MASTER_MYPORT);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment