Answer the question
In order to leave comments, you need to log in
Is mysqli authentication encrypted in php?
Is the transmission of authentication data encrypted when establishing a connection to a remote database in php when using mysqli?
$mysqli = new mysqli("example.com", "user", "password", "database");
Answer the question
In order to leave comments, you need to log in
The workbench passes the hash instead of the password - I see no reason for mysqli to do otherwise.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question