I am trying to link my project to the db with mysql but I get this error:
No suitable driver found for jdbc:sqlserver://jdbc:mysql://localhost:3306/test;databaseName=test;user=root;password=
I have the mysql connector, so i see the database and the table but i can't connect with code