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)
fier 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
>
>
<%@ page import="java.sql.*" %>
Connection connection = null;
Class.forName("org.gjt.mm.mysql.Driver").newInstance();
connection = DriverManager.getConnection(
"jdbc:mysql://localhost/sherzodr_cdbaza?user=sherzodr_cdbaza&password
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/