From fdfb3e3468e4db5b0e10ddf8e9b5eb0be042193b Mon Sep 17 00:00:00 2001 From: Shankar Jha Date: Wed, 4 Jan 2023 14:14:49 +0530 Subject: [PATCH] Update Installation Instruction * Add additional information on how to install MYSQL-Connector Jar. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d842436..c425a67 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ Before running the database connector, you should review the [access control lis and `mysql.config` is the configuration file containing the parameters for the connector execution. + You can download the `mysql-connector-java` from this URL: (https://mvnrepository.com/artifact/mysql/mysql-connector-java). Keep the jar file in the same directory where you are keeping google-cloudsearch-database-connector jar. + **Note:** If the configuration file is not specified, a default file name of `connector-config.properties` will be assumed.