Re: Problems Connecting with SSL

2011-02-25 Thread Joerg Bruehe
Hi! Martin Gainty wrote: > [[...]] > > joerg ..any thoughts on this matter?? Sorry - none. I never dealt with the inner workings of the SSL library. Just seeing file descriptor 2 (standard error) used for socket operations makes me assume *very* strongly that something went wrong well before t

Re: Problems Connecting with SSL

2011-02-25 Thread Tim Gustafson
> perhaps a misconfiguration on the failing client .. > can you go to successful client, enable DEBUG level > debugging and log the connection and then go to the > failing client..enable DEBUG level debugging and log > the connection to the failing client this would determine > deltas between the

Re: Problems Connecting with SSL

2011-02-25 Thread Tim Gustafson
> Interesting that you can request advice from finland vs > calling from redwood shores CA for technical advice > > first take a look at: > http://dev.mysql.com/doc/refman/5.0/en/secure-basics.html > > once you've determined the algorithm you will want to implement > take a look at SSL 1,2,3 a

Re: Problems Connecting with SSL

2011-02-25 Thread Tim Gustafson
> Sorry, but I have to start with a negative remark: > Why, oh why, don't you mention the version number you > are using? I hope it is some roughly current 5.1, but > I'd rather like you to tell it. Doh! Right you are! Sorry, that was totally my bad. mysql> select version(); ++ | ve

Re: Problems Connecting with SSL

2011-02-25 Thread Joerg Bruehe
Hi Tim, all! Sorry, but I have to start with a negative remark: Why, oh why, don't you mention the version number you are using? I hope it is some roughly current 5.1, but I'd rather like you to tell it. Tim Gustafson wrote: > I have three mySQL server, all of which are SSL-enable and all of w

Re: Problems connecting using "-h hostname" with new installation

2006-08-07 Thread Daniel da Veiga
On 8/6/06, Ro BGCT <[EMAIL PROTECTED]> wrote: Hello, I installed MySQL on a remote server and am having a problem. I am connected to it via SSH and I can do "mysql -u root -h localhost" just fine and connect. However, when I try to connect via "mysql -u root -h web1.server.com", I get the foll

Re: Problems connecting using "-h hostname" with new installation

2006-08-07 Thread obed
On 8/6/06, Ro BGCT <[EMAIL PROTECTED]> wrote: Hello, I installed MySQL on a remote server and am having a problem. I am connected to it via SSH and I can do "mysql -u root -h localhost" just fine and connect. However, when I try to connect via "mysql -u root -h web1.server.com", I get the foll

Re: Problems connecting to MySql on WebSphere 5.1

2004-03-23 Thread Tom O'Neil
Mark, Did you ever have any luck looking into this? I have found that if I explicitly set the "user" and "password" parameters for each database in WebSphere (rather than using a container managed JAAS authentication entry), I still get the error listed below, however the database connections will

RE: Problems connecting to MySQL with WLS

2004-02-26 Thread Malani, Prakash
Since the connection pool needs to load the driver, putting the driver jar in WEB-INF is too late. One option is to put in the startWeblogic file and add it to the classpath there. Depending on the version of WLS there are various way to accomplish this. Best regards... - Answers to J2EE, J

Re: Problems connecting to MySql on WebSphere 5.1

2004-02-19 Thread Tom O'Neil
Mark, I am using the 'com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource' class, which worked fine in 5.0. I've done some further debugging and figured out a way to get the datasource to at least run. If I explicitly pass the "user" and "password" parameters (along with "serverName", "data

Re: Problems connecting to MySql on WebSphere 5.1

2004-02-19 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom O'Neil wrote: > I've been running an application on WebSphere 5.0 > (Linux) that uses the MySql Connector/J 3.10 to > connect to a MySql-max 4.0.15 database (also on > Linux). All was working fine, until I recently > installed WebSphere 5.1. Now m

Re: Problems connecting to server

2003-07-01 Thread Egor Egorov
[EMAIL PROTECTED] wrote: >>Description: >I have just installed MySQL 4.0.4 on Linux kernel 2.4.2-2 on a > Hewlett-Packard >Kayak machine. I ran the mysql_install_db script with no problems, > but am unable >to create a root password as directed by the script. I have started

Re: Problems connecting

2002-08-15 Thread Egor Egorov
Elna, Thursday, August 15, 2002, 4:16:59 PM, you wrote: EM> I have the mysqlgui installed on my machine which has Win NT. The db is on EM> another machine, which I connect to using Telnet, and then the mysql command EM> to connect to the db. That works fine. I want to however connect with the

Re: Problems connecting to MySQL via PHP

2001-04-19 Thread Gerald Clark
Make sure the directory /var/lib/mysql is world readable and searchable. Craig Pickup wrote: > > I have MySQL running on our server with Apache and php4. > > If I try connecting to MySQL server via php I get the error: > > Warning: MySQL Connection Failed: Can't connect to local MySQL serv