Lines Matching refs:unix_socket

33 eval $creplace         identified via unix_socket OR mysql_native_password as password("GOOD");
34 create user mysqltest1 identified via unix_socket OR mysql_native_password as password("good");
50 eval $creplace identified via mysql_native_password as password("GOOD") OR unix_socket;
51 create user mysqltest1 identified via mysql_native_password as password("good") OR unix_socket;
67 eval $creplace identified via unix_socket OR ed25519 as password("GOOD");
68 create user mysqltest1 identified via unix_socket OR ed25519 as password("good");
84 eval $creplace identified via ed25519 as password("GOOD") OR unix_socket;
85 create user mysqltest1 identified via ed25519 as password("good") OR unix_socket;
101 eval $creplace identified via ed25519 as password("GOOD") OR unix_socket OR mysql_native_pa…
102 create user mysqltest1 identified via ed25519 as password("good") OR unix_socket OR mysql_native_pa…
133 create user mysqltest1 identified via ed25519 as password("good") OR unix_socket OR mysql_native_pa…
142 alter user mysqltest1 identified via unix_socket OR mysql_native_password as password("some");
146 alter user mysqltest1 identified via unix_socket;
149 alter user mysqltest1 identified via mysql_native_password as password("some") or unix_socket;
156 create user mysqltest1 identified via ed25519 as password("good") OR unix_socket OR mysql_native_pa…
163 …identified via mysql_native_password as '1234567890123456789012345678901234567890a' OR unix_socket;
164 …identified via mysql_native_password as '1234567890123456789012345678901234567890a' OR unix_socket;
203 create user mysqltest1 identified via mysql_native_password as password("good") OR unix_socket;