RE: Trouble connecting to server

2007-04-23 Thread Drew Burchett
ysql@lists.mysql.com Subject: Re: Trouble connecting to server At 11:36 AM 4/23/2007, Drew Burchett wrote: >I have a mysql v 5.0 server running on Suse Linux 10.1. It has been >running steadily and properly for several months now. However, when I >came in this morning, my network card in th

Re: Trouble connecting to server

2007-04-23 Thread Barry Newton
At 11:36 AM 4/23/2007, Drew Burchett wrote: I have a mysql v 5.0 server running on Suse Linux 10.1. It has been running steadily and properly for several months now. However, when I came in this morning, my network card in the machine was bad. I replaced the card and reconfigured the network,

Trouble connecting to server

2007-04-23 Thread Drew Burchett
I have a mysql v 5.0 server running on Suse Linux 10.1. It has been running steadily and properly for several months now. However, when I came in this morning, my network card in the machine was bad. I replaced the card and reconfigured the network, but ever since then, I can only connect to mys

Re: Error Connecting To Server From Client Machine-Linux

2005-05-13 Thread Mark Sargent
t;[EMAIL PROTECTED]> To: Sent: Sunday, May 08, 2005 9:33 AM Subject: Error Connecting To Server From Client Machine-Linux Hi All, can ping the server from the client. Am seeing the attempted phpmyadmin connection from the client via the firewall alert. But, get an error saying that the client is

Re: Error Connecting To Server From Client Machine-Linux

2005-05-09 Thread Alvaro Cobo
gt; To: Sent: Sunday, May 08, 2005 9:33 AM Subject: Error Connecting To Server From Client Machine-Linux > Hi All, > > can ping the server from the client. Am seeing the attempted phpmyadmin > connection from the client via the firewall alert. But, get an error > saying that th

Re: Error Connecting To Server From Client Machine-Linux

2005-05-08 Thread Andy Pieters
Hi Mark You should know that users and passwords are specific to the host where they are being used. For instance, if your root password on the server is mypass, and use it to connect to the mysql server, then it will get accepted. Now if you use a mysql client on another machine to connect to

Error Connecting To Server From Client Machine-Linux

2005-05-08 Thread Mark Sargent
Hi All, can ping the server from the client. Am seeing the attempted phpmyadmin connection from the client via the firewall alert. But, get an error saying that the client is not allowed to connect to the mysql server. I'm guessing it's a setting in conf.inc.php..? $cfg['Servers'][$i]['host'] =

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

Problems connecting to server

2003-06-29 Thread Mike . Kent
>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 MySQL with ./bin/mysqld_s

connecting to server through C API

2002-04-01 Thread Victoria Reznichenko
Sihem, Sunday, March 31, 2002, 1:26:00 AM, you wrote: SAY> problem in connecting to server through C API function SAY> mysql_real_connect() SAY> the mysql handle returned by mysql_init() is not null SAY> error message says: SAY> Program received signal SIGSEGV, Segmenta

connecting to server through C API

2002-03-30 Thread Sihem Amer-Yahia
hi, problem in connecting to server through C API function mysql_real_connect() the mysql handle returned by mysql_init() is not null error message says: Program received signal SIGSEGV, Segmentation fault. 0x4000807d in _dl_lookup_versioned_symbol (undef_name=0x8048b73 "sprintf&q

Connecting to Server

2001-09-17 Thread Steve Price
I'm having a problem connecting to the server. When I type the:" mysqld--standalone" from the command prompt does not start the process. Could you tell me the correct syntax or what I'm doing wrong. Thanks Steve ___ GO.com Mail

Re: Connecting to server

2001-04-26 Thread Ron Beck
I've always used the following... mysql -h -u -p and it's worked pretty well for me. Ron [EMAIL PROTECTED] wrote: > > My goal is to be able to connect to the MySQL server on my web server from a local >computer. I need to do this for something I'm developing for a client. When I

Connecting to server

2001-04-26 Thread stephen
My goal is to be able to connect to the MySQL server on my web server from a local computer. I need to do this for something I'm developing for a client. When I connect to the database on the server itself I use localhost. What can I do to connect from elsewhere? I have granted the user per