Re: How do i connect my Java Program to a remote MYSQL

2002-06-14 Thread Calin Pop
for a remote machine( ex name or IP adress); - Original Message - From: Arul [EMAIL PROTECTED] To: MySQL [EMAIL PROTECTED] Sent: Friday, June 14, 2002 7:41 AM Subject: How do i connect my Java Program to a remote MYSQL Hi All How do i connect to mysql on a remote machine.. Is there any

Re: How do i connect my Java Program to a remote MYSQL

2002-06-14 Thread Mark Matthews
Arul wrote: Hi All How do i connect to mysql on a remote machine.. Is there any client tools available Regards, -Arul sql,query - Before posting, please check: http://www.mysql.com/manual.php (the manual)

How do i connect my Java Program to a remote MYSQL

2002-06-13 Thread Arul
Hi All How do i connect to mysql on a remote machine.. Is there any client tools available Regards, -Arul sql,query - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

Re: How do i connect my Java Program to a remote MYSQL

2002-06-13 Thread sherzodr
%@ page import=java.sql.* % Connection connection = null; Class.forName(org.gjt.mm.mysql.Driver).newInstance(); connection = DriverManager.getConnection(