MariaDB is installed on a remote CentOS 7 server. How can I find the location of the nearest equivalent to mysql-connector-java-5.0.8.jar in the server's file system?
grep seems to only search file contents. The find examples I have researched have to do more with exact file names or owner names or file extensions. I want to find files that might have something like mysql-connector-java in their names.