main.connect w1 [ fail ]
|
Test ended at 2023-08-10 20:16:00
|
|
CURRENT_TEST: main.connect
|
--- /usr/share/mariadb-test/main/connect.result 2023-06-05 20:45:39.000000000 +0200
|
+++ /usr/share/mariadb-test/main/connect.reject 2023-08-10 20:16:00.326830145 +0200
|
|
|
@@ -100,6 +100,8 @@
|
connect fail_con,localhost,test,zorro,;
|
ERROR 28000: Access denied for user 'test'@'localhost' (using password: YES)
|
# switching from mysql.global_priv to mysql.user
|
+Warnings:
|
+Warning 1406 Data too long for column 'Host' at row 3
|
update mysql.user set plugin="", authentication_string="", password=old_password("gambling2") where user=_binary"test";
|
flush privileges;
|
show grants for test@localhost;
|
@@ -366,6 +368,8 @@
|
ERROR 28000: Access denied for user 'mysqltest_nouser'@'localhost' (using password: NO)
|
connection default;
|
# switching from mysql.global_priv to mysql.user
|
+Warnings:
|
+Warning 1406 Data too long for column 'Host' at row 3
|
update mysql.user set plugin='mysql_native_password' where user = 'mysqltest_up1';
|
update mysql.user set plugin='mysql_old_password' where user = 'mysqltest_up2';
|
select user, password, plugin, authentication_string from mysql.user
|
|
mysqltest: Result length mismatch
|
|
- saving '/var/tmp/mtr/1/log/main.connect/' to '/var/tmp/mtr/log/main.connect/'
|
|
Retrying test main.connect, attempt(2/3)...
|