ranger
ranger copied to clipboard
Installation Fails setup.sh : Newer MySQL requires to set the flag useSSL false when not using SSL
Running setup.sh fails because of not explicitly setting useSSL=false.
This is done properly in db_setup.py but not in dba_setup.py. This patch fixes the problem and runs the setup successfully for newer MySQL versions.