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
> 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
> 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
> 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
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
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
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
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
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
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
-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
[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
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
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
14 matches
Mail list logo