>>>>> "Joseph" == Joseph R Junkin <jjunkin@stripped> writes:
Joseph> I understand that MySQL encrypts the password when using the 'mysql'
Joseph> client program.
Joseph> But when connecting to MySQL with DBI/DBD, is the password transmitted
Joseph> encrypted or unencrypted?
encrypted; DBI/DBD uses the same C API as all other MySQL clients,
except the JDBC drivers (The JDBC drivers have of course to emulate
the C API as the mysqld server can tell one of these from the other)
Regards,
Monty
Joseph> Thanks,
Joseph> Joe Junkin
Joseph> jjunkin@stripped
Joseph> --
Joseph> ---------------------------------------------------------------------
Joseph> Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
Joseph> posting. To request this thread, e-mail mysql-thread22695@stripped
Joseph> To unsubscribe, send a message to:
Joseph> <mysql-unsubscribe-monty=mysql.com@stripped>