In my MW site I'm using MW 1.30 and MySQL 5.7.x
I need to set MW to use SSL for the database connection but am not finding the right settings in MW documentation ( I may be overlooking)
In LocalSettings.php I have
## Database settings $wgDBtype = "mysql"; $wgDBserver = "<IP of DB server"; $wgDBname = "<DB_name>"; $wgDBuser = "<DB User Name>"; $wgDBpassword = "<DB password>"; $wgDBflags = DBO_SSL;
This does force it to use SSL as when I make the MySQL database require SSL site dies and can't connect to database.
I found the docs for $wgDBServer and $wgDBServers but not clear on where / when to use these
I use a single DB server but it is not the same as the web server
Chris Goldsmith Christian, Dad, Husband, Pro-Gun 2nd Amendment supporter, Career Linux Geek (Fedora/CentOS/Redhat)