JchemManager connexion problem

User 862a6449fe

20-03-2005 13:59:55

I have installed Jchem on my server and it works. But now I would like to use JchemManager and I do the following :


Driver : org.gjt.mm.mysql.Driver


URL : jbdc:mysql://localhost/test





and I have the following warning : SQLState 08001, message : no suitable driver.





But when I write a class to access to my MySQL database and to had some data, that work. Where I am wrong ?





Thanks for your help,


Jean-Marie





NB : I am working with Win2000 and MySQL 4.0.23

ChemAxon 9c0afc9aaf

20-03-2005 16:37:44

Hi,





It seems you have mistyped the url:





jbdc:mysql://localhost/test





The correct form is:





jdbc:mysql://localhost/test





Best regards,





Szilard

User 862a6449fe

20-03-2005 16:55:08

Thank you for this fat answer, especially on Sunday.


Sorry for this stupide question...





Best regards,


Jean-Marie