>Description:
I can connect to mysqld and execute queries on the local system via the
Unix socket, /tmp/mysql.sock. However, when I attempt to connect via a
network connection, the connection fails, and the server restarts. I get
the following failure message:
mysqladmin: connect to server
How about using Ora_Logon to connect to an oracle db? It is the
prescibed procedure. mysql_pconnect ist used to connect to mysql
dbs.
> $db = mysql_pconnect ("anothermachine:oracleport", "user", "passwd") or
> die ..
> I need to connect to an oracle DB - can I? Or do I have to run a ?cgi?
>
Haven't been able to find this in the docs.
$db = mysql_pconnect ("anothermachine:oracleport", "user", "passwd") or
die ..
I need to connect to an oracle DB - can I? Or do I have to run a ?cgi?
style
script / program to get there?
Tks
Chuck L.
---
Subject: mysql-client: network connection from localhost
Package: mysql-client
Version: 3.23.38-4
Severity: normal
We maintain several servers with multiple IPs on each system
as eth0:X. When connecting to "localhost" or to the main IP
of the system (eth0) all operates okay, but if