@fenyoster That was the problem, as you said! The double slash is failed!
jdbc:mysql://
Many Thanks!
Best Regards,
Fenyo
@fenyoster That was the problem, as you said! The double slash is failed!
jdbc:mysql://
Many Thanks!
Best Regards,
Fenyo
@phildunlap said in MySQL - MS SQL Connection help need:
com.mysql.jdbc.Driver
I`m updated the configuration as you said, and even further i get the error:
class java.sql.SQLException: No suitable driver found for jdbc:mysql:<host name>:3306/<db>
I entered the fields driver class name, connection string username, password. Is there something that must be set?
I need help in setting up connection to MySQL server and (or) MS SQL. What am I need to download for MS SQL, how to setting up driver class, connection string, etc.
When I want to connect to MySQL database i get error: class java.sql.SQLException: No suitable driver found for jdbc:mysql:<host name>/<db>