2020-02-06 02:24:44 +00:00
|
|
|
CREATE USER test_user_01075
|
|
|
|
CREATE USER test_user_01075
|
|
|
|
CREATE USER test_user_01075 HOST NONE
|
|
|
|
CREATE USER test_user_01075 HOST LOCAL
|
|
|
|
CREATE USER test_user_01075 HOST IP \'192.168.23.15\'
|
|
|
|
CREATE USER test_user_01075 HOST IP \'2001:db8:11a3:9d7:1f34:8a2e:7a0:765d\'
|
|
|
|
CREATE USER test_user_01075 HOST LOCAL, IP \'2001:db8:11a3:9d7:1f34:8a2e:7a0:765d\'
|
|
|
|
CREATE USER test_user_01075 HOST LOCAL
|
|
|
|
CREATE USER test_user_01075 HOST NONE
|
|
|
|
CREATE USER test_user_01075 HOST LIKE \'@.somesite.com\'
|
2020-05-28 14:16:56 +00:00
|
|
|
CREATE USER test_user_01075 HOST REGEXP \'.*\\\\.anothersite\\\\.com\'
|
|
|
|
CREATE USER test_user_01075 HOST REGEXP \'.*\\\\.anothersite\\\\.com\', \'.*\\\\.anothersite\\\\.org\'
|
|
|
|
CREATE USER test_user_01075 HOST REGEXP \'.*\\\\.anothersite2\\\\.com\', \'.*\\\\.anothersite2\\\\.org\'
|
|
|
|
CREATE USER test_user_01075 HOST REGEXP \'.*\\\\.anothersite3\\\\.com\', \'.*\\\\.anothersite3\\\\.org\'
|
2020-02-06 02:24:44 +00:00
|
|
|
CREATE USER `test_user_01075_x@localhost` HOST LOCAL
|
2020-06-15 13:25:27 +00:00
|
|
|
CREATE USER test_user_01075_x HOST LOCAL
|
|
|
|
CREATE USER `test_user_01075_x@192.168.23.15` HOST LOCAL
|