I am trying to establish a connection to a MySQL server which I understand requires that I update the drivers (according to the documentation). I have downloaded the drivers and found the related.jar file, but I cannot for the life of me figure out how to "Copy the driver’s JAR file (and its dependencies, if any) to the DATA_DIR/lib/jdbc folder." I have searched the internet and this forum and have not found anything that has worked so far.
I have tried the following command in my Windows Terminal:
scp -P 2222
dataiku@localhost:/DATA_DIR/lib/JDBC
and I get an error saying "/DATA_DIR/lib/JDBC: No such file or directory"
Any help pointing me in the right direction will be much appreciated.