I am trying to connect to mysql in my php code without having to pass in a password. I would like to
use the mysql config editor to set the credentials once and then simply tell php to connect using that. Is there any way to do this in PHP?
Best,
Gabriel |