mySQl JDBC connectivity in Windows.

2002-02-21 Thread Bill Fogarty
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

Re: jdbc connectivity problem

2001-10-29 Thread Gordon Paynter
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

jdbc connectivity problem

2001-10-27 Thread shanmukha rao balla
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 {

RE: jdbc connectivity

2001-07-18 Thread shane
. 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

RE: jdbc connectivity

2001-07-18 Thread Kalpesh Modha
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

jdbc connectivity

2001-07-17 Thread raghavan
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