I am having problems connecting to the mysql databse from a Java application in
Windows 2K, I am using JDBC and have the mySQL odbc software installed. I am running
mysql from the command line prompt in Windows 2k. I fear I may be doing something
wrong, if anyone has a step by step solution, i
On Saturday 27 October 2001 10:10, shanmukha rao balla wrote:
> i had set proper classpath for jdbc drivers and my username ,
> password and database name,port no also correct. i am able to
> connect to mysql server using that username,password at COMMAND
> line. but while connecting to database
Hi friends,
i installed Mysql 3.23.36 in my Red Hat 7.1 system.
i am using "mm.mysql-2.0.6.1.jar" jdbc driver for connceting to my mysql database.
my program is:
import java.sql.*;
public class TestMysql
{
public static void main(String[] Args)
{
try {
.
regards
shane
-Original Message-
From: Kalpesh Modha [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 18, 2001 5:00 PM
To: 'raghavan'; [EMAIL PROTECTED]
Subject: RE: jdbc connectivity
Hello.
I have the same problem let me know if you find a solution. Mine is on
redhat 7.1
Hello.
I have the same problem let me know if you find a solution. Mine is on redhat 7.1
Thanks
Kal
-Original Message-
From: raghavan [SMTP:[EMAIL PROTECTED]]
Sent: 18 July 2001 06:47
To: [EMAIL PROTECTED]
Subject:jdbc connectivity
Hi,
I am trying to connect mysql
Hi,
I am trying to connect mysql database to java program, I am using
org.gjt.mm JDBC driver.
I have username and password in USER table and host is that "%" , connect
from anywhere.Driver is loading but
its saying "access denied,@uable" something like this
could anyone help me.
regards
ragha