Hello,
I've got following error when trying to connect to MYSQL database in order to get fields data.
I would like to know how to include MYSQL driver to get connection working.
Thank you.
Hello,
I've got an email from CustomFields++ developer with the solution. My issue was in URL, the correct string is:
jdbc:mysql://localhost/database
I was missing jdbc: at the begining.
Thank you all.