FAQ

Questions and Answers

How to find path of MySQL connector JARs?

You can find the location of MySQL connector JARs with the find command. Run below command after logging into web console

 find / -name "mysql*.jar"  2>/dev/null