1 message in com.mysql.lists.javaNet access to MYSQL
FromSent OnAttachments
Robert Purchase18 Nov 2000 15:09 
Subject:Net access to MYSQL
From:Robert Purchase (rob@interrave.com)
Date:11/18/2000 03:09:30 PM
List:com.mysql.lists.java

Not sure - I will check your suggestion on Monday.

What tools would you use to do SQL queries from an applet over the internet to a
mySQL database on a UNIX server? This is my only stumbling block in the project
-- we have hit a wall on this one.

Thanks,

Rob

----- Original Message ----- From: "Angela" <ang@webmac.demon.co.uk> To: "'Robert Purchase'" <rob@interrave.com> Sent: November 18, 2000 2:57 PM Subject: RE: jdbc & mysql

Have you set the rights for localhost to have access rights to MYSQL using TC/IP. ?

-----Original Message----- From: Robert Purchase [mailto:rob@interrave.com] Sent: 18 November 2000 14:36 To: melroy c d'souza; Andrew Khan; Philip Ross; Igor Fedulov Cc: ja@lists.mysql.com Subject: jdbc & mysql

I am trying to use socket connections from a browser applet to connect (SQL queries) to a mySQL DB on a unix server. I have a mySQL driver installed and I am using JDBC but not getting anywhere. All I want to do is simple database updates from a browser over the Internet. Am I missing something?

Any advice would be greatly appreciated.