I am getting an error message “Undefined constant PDO::MYSQL_ATTR_SSL_CA” which is in the phpfn.php file.So I think that I need to enable SSL connections on mySQL, but I am unsure where to do that. I looked in the administration>security and auto_generate_certs is ON.Help and TIA.Greg
Make sure you have already enabled pdo_mysql PHP extension from your web server, after that restart your web server, and try again.
Thank you. It would have been nice if that was also flagged in the script that notified me that the other extensions needed to be enable (e.g. curl, openssl, fileinfo). Should I make a feature request?
Unlike another PHP extensions, you should have already known which method that you will use to connect to your database, so that you have already enabled the related PHP extension(s).