MySQL restarts when accessed via network connection

2003-02-02 Thread Michael A. Alderete
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

Network connection

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

Re: Network connection

2001-07-18 Thread Werner Stuerenburg
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? style

mysql-client: network connection from localhost

2001-06-13 Thread Andreas Edler
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 we connect