• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Problem Connecting to MySQL Database

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have an applet that connects to the MySQL database to validate the user. The database is in a PC that has the web server. In other words, the applet and the database are in the same PC (say PC1).
1. Appletviewer works fine.
2. When I access the database from a pc's browser that has the network connection to PC1, it works fine. No problems.
3. When I try to connect to the database from a pc's browser that doen't have any connection to PC1, I am getting "Cannot connect to MySQL server on ......:3306. Is there a MySQL server running on the machine/port you are trying to connect?"
The applet is signed by Thawte. The applet and the database are from the same machine. Is there anything I am missing?
Any help would be appreciated.
Thanks
Vani
 
She's out of the country right now, toppling an unauthorized dictatorship. Please leave a message with this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic