You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1282,12 +1282,12 @@ CREATE USER u4@localhost IDENTIFIED WITH 'sha256_password' BY 'auth_string';
1282
1282
SHOW CREATE USER u4@localhost;
1283
1283
CREATE USER for u4@localhost
1284
1284
CREATE USER 'u4'@'localhost' IDENTIFIED WITH 'sha256_password' AS '<non-deterministic-password-hash>' REQUIRE NONE PASSWORD EXPIRE DEFAULT ACCOUNT UNLOCK
1285
-
CREATE USER user1@localhost IDENTIFIED WITH 'sha256_password' AS 'auth_string';
1285
+
CREATE USER user1@localhost IDENTIFIED WITH 'sha256_password' BY 'auth_string';
1286
1286
SHOW CREATE USER user1@localhost;
1287
1287
CREATE USER for user1@localhost
1288
1288
CREATE USER 'user1'@'localhost' IDENTIFIED WITH 'sha256_password' AS '<non-deterministic-password-hash>' REQUIRE NONE PASSWORD EXPIRE DEFAULT ACCOUNT UNLOCK
1289
1289
1290
-
CREATE USER user2@localhost IDENTIFIED WITH 'mysql_native_password' AS 'auth_string';
1290
+
CREATE USER user2@localhost IDENTIFIED WITH 'mysql_native_password' BY 'auth_string';
1291
1291
SHOW CREATE USER user2@localhost;
1292
1292
CREATE USER for user2@localhost
1293
1293
CREATE USER 'user2'@'localhost' IDENTIFIED WITH 'mysql_native_password' AS '<non-deterministic-password-hash>' REQUIRE NONE PASSWORD EXPIRE DEFAULT ACCOUNT UNLOCK
WITH MAX_QUERIES_PER_HOUR 2 MAX_USER_CONNECTIONS 2;
1655
-
ALTER USER u10@localhost IDENTIFIED WITH 'mysql_native_password' AS 'auth_string'
1655
+
ALTER USER u10@localhost IDENTIFIED WITH 'mysql_native_password' BY 'auth_string'
1656
1656
REQUIRE SSL;
1657
1657
ALTER USER user11@localhost IDENTIFIED WITH 'sha256_password'
1658
1658
REQUIRE CIPHER "DHE-RSA-AES256-SHA" AND
@@ -1705,7 +1705,7 @@ Log_name Pos Event_type Server_id End_log_pos Info
1705
1705
0.000001 # Query # # use `test`; CREATE USER 'user12'@'localhost' IDENTIFIED WITH 'sha256_password' PASSWORD EXPIRE NEVER
1706
1706
0.000001 # Query # # use `test`; CREATE USER 'u2'@'localhost' IDENTIFIED WITH 'mysql_native_password' AS '*82DC221D557298F6CE9961037DB1C90604792F5C'
1707
1707
0.000001 # Query # # use `test`; CREATE USER 'u10'@'localhost' IDENTIFIED WITH 'sha256_password' REQUIRE SUBJECT '/C=SE/ST=Stockholm/L=Stockholm/O=Oracle/OU=MySQL/CN=Client' ISSUER '/C=SE/ST=Stockholm/L=Stockholm/O=Oracle/OU=MySQL/CN=CA' CIPHER 'DHE-RSA-AES256-SHA' WITH MAX_QUERIES_PER_HOUR 2 MAX_USER_CONNECTIONS 2
1708
-
0.000001 # Query # # use `test`; ALTER USER 'u10'@'localhost' IDENTIFIED WITH 'mysql_native_password' AS 'auth_string' REQUIRE SSL
1708
+
0.000001 # Query # # use `test`; ALTER USER 'u10'@'localhost' IDENTIFIED WITH 'mysql_native_password' AS '*67092806AE91BFB6BE72DE6C7BE2B7CCA8CFA9DF' REQUIRE SSL
1709
1709
0.000001 # Query # # use `test`; ALTER USER 'user11'@'localhost' IDENTIFIED WITH 'sha256_password' REQUIRE SUBJECT '/C=SE/ST=Stockholm/L=Stockholm/O=Oracle/OU=MySQL/CN=Client' ISSUER '/C=SE/ST=Stockholm/L=Stockholm/O=Oracle/OU=MySQL/CN=CA' CIPHER 'DHE-RSA-AES256-SHA' PASSWORD EXPIRE DEFAULT ACCOUNT UNLOCK
1710
1710
0.000001 # Query # # use `test`; ALTER USER 'user12'@'localhost' IDENTIFIED WITH 'mysql_native_password' AS '*67092806AE91BFB6BE72DE6C7BE2B7CCA8CFA9DF' PASSWORD EXPIRE INTERVAL 90 DAY ACCOUNT UNLOCK
1711
1711
0.000001 # Query # # use `test`; CREATE USER 'user13'@'localhost' IDENTIFIED WITH 'mysql_native_password' AS '*67092806AE91BFB6BE72DE6C7BE2B7CCA8CFA9DF' ACCOUNT UNLOCK
@@ -1745,7 +1745,7 @@ CREATE USER u10@localhost IDENTIFIED WITH 'sha256_password'
WITH MAX_QUERIES_PER_HOUR 2 MAX_USER_CONNECTIONS 2;
1877
-
ALTER USER u10@localhost IDENTIFIED WITH 'mysql_native_password' AS 'auth_string'
1876
+
ALTER USER u10@localhost IDENTIFIED WITH 'mysql_native_password' BY 'auth_string'
1878
1877
REQUIRE SSL;
1879
1878
ALTER USER user11@localhost IDENTIFIED WITH 'sha256_password'
1880
1879
REQUIRE CIPHER "DHE-RSA-AES256-SHA" AND
@@ -1927,7 +1926,7 @@ Log_name Pos Event_type Server_id End_log_pos Info
1927
1926
0.000001 # Query # # use `test`; CREATE USER 'user12'@'localhost' IDENTIFIED WITH 'sha256_password' PASSWORD EXPIRE NEVER
1928
1927
0.000001 # Query # # use `test`; CREATE USER 'u2'@'localhost' IDENTIFIED BY PASSWORD '*9DEEEFA46E24839BE7F9A49992E9ACA90FE30950'
1929
1928
0.000001 # Query # # use `test`; CREATE USER 'u10'@'localhost' IDENTIFIED WITH 'sha256_password' REQUIRE SUBJECT '/C=SE/ST=Stockholm/L=Stockholm/O=Oracle/OU=MySQL/CN=Client' ISSUER '/C=SE/ST=Stockholm/L=Stockholm/O=Oracle/OU=MySQL/CN=CA' CIPHER 'DHE-RSA-AES256-SHA' WITH MAX_QUERIES_PER_HOUR 2 MAX_USER_CONNECTIONS 2
1930
-
0.000001 # Query # # use `test`; ALTER USER 'u10'@'localhost' IDENTIFIED WITH 'mysql_native_password' AS 'auth_string' REQUIRE SSL
1929
+
0.000001 # Query # # use `test`; ALTER USER 'u10'@'localhost' IDENTIFIED WITH 'mysql_native_password' AS '*67092806AE91BFB6BE72DE6C7BE2B7CCA8CFA9DF' REQUIRE SSL
1931
1930
0.000001 # Query # # use `test`; ALTER USER 'user11'@'localhost' IDENTIFIED WITH 'sha256_password' REQUIRE SUBJECT '/C=SE/ST=Stockholm/L=Stockholm/O=Oracle/OU=MySQL/CN=Client' ISSUER '/C=SE/ST=Stockholm/L=Stockholm/O=Oracle/OU=MySQL/CN=CA' CIPHER 'DHE-RSA-AES256-SHA' PASSWORD EXPIRE DEFAULT ACCOUNT UNLOCK
1932
1931
0.000001 # Query # # use `test`; ALTER USER 'user12'@'localhost' IDENTIFIED WITH 'mysql_native_password' AS '*67092806AE91BFB6BE72DE6C7BE2B7CCA8CFA9DF' PASSWORD EXPIRE INTERVAL 90 DAY ACCOUNT UNLOCK
1933
1932
0.000001 # Query # # use `test`; CREATE USER 'user13'@'localhost' IDENTIFIED BY PASSWORD '*173F3D05EA1CE4F97ECFD8A770A25A5739FE1EBE' ACCOUNT UNLOCK
@@ -1968,7 +1967,7 @@ CREATE USER u10@localhost IDENTIFIED WITH 'sha256_password'
0 commit comments