I am trying to connect my eclipse with xampp's mysql but its not even able to ping mysql. I already added the connector in classpath and also modified the my.ini(config of xampp's mysql) by uncommenting bindaddress="127.0.0.1" I tried with various url to establish jdbc connectivity like "http://localhost/phpmyadmin/login", "root", "" "http://localhost:3306/login", "root", ""
Please help any suggestion will be welcome