Database Replication with MySQL

1
Hello   has anyone managed to setup Database replication using mysql as the remote server? Was able to set it up using PostgreSQL, but not mysql. I assume database type “custom” can be used for mysql, but i cant get it up. I’m using a Digitalocean test database. Not sure what the connection string and driver class have to look like, couldnt find any documentation around mysql replication/custom type.
asked
1 answers
0

seems as if driver class has to be set to “com.mysql.jdbc.Driver”. Added it. the error now looks as following:

Error in console: “No suitable driver found for db-mysql-fra1-50052-do-us-…...

mysql-connector-java-8.0.23.jar is located in userlib directory.

answered