Lines Matching refs:unix_socket

38 eval $creplace         identified via unix_socket OR mysql_native_password as password("GOOD");
39 create user mysqltest1 identified via unix_socket OR mysql_native_password as password("good");
55 eval $creplace identified via mysql_native_password as password("GOOD") OR unix_socket;
56 create user mysqltest1 identified via mysql_native_password as password("good") OR unix_socket;
72 eval $creplace identified via unix_socket OR ed25519 as password("GOOD");
73 create user mysqltest1 identified via unix_socket OR ed25519 as password("good");
89 eval $creplace identified via ed25519 as password("GOOD") OR unix_socket;
90 create user mysqltest1 identified via ed25519 as password("good") OR unix_socket;
106 eval $creplace identified via ed25519 as password("GOOD") OR unix_socket OR mysql_native_pa…
107 create user mysqltest1 identified via ed25519 as password("good") OR unix_socket OR mysql_native_pa…
138 create user mysqltest1 identified via ed25519 as password("good") OR unix_socket OR mysql_native_pa…
147 alter user mysqltest1 identified via unix_socket OR mysql_native_password as password("some");
151 alter user mysqltest1 identified via unix_socket;
154 alter user mysqltest1 identified via mysql_native_password as password("some") or unix_socket;
161 create user mysqltest1 identified via ed25519 as password("good") OR unix_socket OR mysql_native_pa…
168 …identified via mysql_native_password as '1234567890123456789012345678901234567890a' OR unix_socket;
169 …identified via mysql_native_password as '1234567890123456789012345678901234567890a' OR unix_socket;
208 create user mysqltest1 identified via mysql_native_password as password("good") OR unix_socket;