>     Name: MySQL
>     Display Name: MySQL
>     Driver: org.gjt.mm.mysql.Driver
>     URL:
> jdbc:mysql://192.168.0.2:80/studiosusa?user=root&password=axnolnms

I would assume that here is your problem, most likely mysql is not running
on port 80 on your machine and you should change it to 3306, so the
connect string looks like this:
jdbc:mysql://192.168.0.2:3306/studiosusa?user=root&password=axnolnms

Best regards,
--
HTTP is a stateless protocol, and the Internet is a stateless development
environment
--
Igor Fedulov
E-mail : [EMAIL PROTECTED]
Work Ph: 773.775.1595
Home Ph: 773.281.8938
Cell Ph: 773.580.5935




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to