Re: can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread Cavan Morris
o: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 9:05 AM Subject: Re: can't access to MySQLfrom java on Linux RedHat 7 > try the string without password it may work > > - Original Message - > From: "Sajida Kalsoom" <

Re: can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread amol
try the string without password it may work - Original Message - From: "Sajida Kalsoom" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 3:00 PM Subject: Re: can't access to MySQLfrom java on Lin

Re: can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread Sajida Kalsoom
D]> Sent: Tuesday, January 15, 2002 2:22 PM Subject: Re: can't access to MySQLfrom java on Linux RedHat 7 > My Connection is > mysql=DriverManager.getConnection("jdbc:mysql://localhost:3306/mysql?user=ro > ot&password=password"); > and correctly running o

RE: can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread Ing. Gabriel Gajdos
As Sajida Kalsoom already posted, U need to check MySQL access configuration. It is possible to set what users from which hosts (IP address) can connect to MySQL. And it is possible to set table privilegs for users (SELECT, UPDATE, DELETE...). So to identify your problem U neet to check a) how th

Re: can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread Galbayar
uot;Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 17:17 Subject: Re: can't access to MySQLfrom java on Linux RedHat 7 > add the host name/ipaddress in mysql database named as mysql . > - Original Message - > From: "Galbayar" <[E

Re: can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread Sajida Kalsoom
add the host name/ipaddress in mysql database named as mysql . - Original Message - From: "Galbayar" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 2:12 PM Subject: can't access to MySQLfrom java on Linu

can't access to MySQLfrom java on Linux RedHat 7

2002-01-15 Thread Galbayar
Hello all? I'm installed JDK,MySQL,Tomcat on Linux RedHat 7 and all services running ok. If i connect to the MySQL from java(use MySQL MM driver) have Server configuration denied access error. How to solve this problem?