DBZ-2743 Test for IPv6 address

This commit is contained in:
Jiri Pechanec 2020-12-09 10:32:28 +01:00 committed by Gunnar Morling
parent e237b70728
commit 969bfe8699

View File

@ -105,4 +105,5 @@ alter user 'user'@'%' identified with 'mysql_native_password' as '*2470C0C06DEE4
alter user 'user'@'%' identified with 'mysql_native_password' as '*2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19'
require none password expire default account unlock password_lock_time unbounded;
rename user user1@100.200.1.1 to user2@100.200.1.2;
rename user user1@100.200.1.1 to user2@2001:0db8:85a3:0000:0000:8a2e:0370:7334;
#end