Re: Cant connect to mysql error :20031 /10061

2005-02-04 Thread Michael Dykman
First, check your my.cnf file to see if you have a 'bind-address' entry. Such an entry will constrain you system only responding to machines on the same network. Failing that, have you checked you firewall settings? Are you sure that can can even reach port 3306 on that machine from the outside

Cant connect to mysql error :20031 /10061

2005-02-04 Thread marcelofabiani
Hi I've a question I have a delphi program that connects to a mysql database via obdc, and works perfect in the lan and in the server, I want to know if I can enter the database if I have the program installed in another city or place, I know that I have to enter the IP of the server but I've t

Re: i cant connect to mysql from other machine

2004-07-20 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 20 July 2004 2:18 AM > To: Victor Pendleton > Cc: '[EMAIL PROTECTED] '; '[EMAIL PROTECTED] ' > Subject: Re: i cant connect to mysql from other machine > > > (first: excuse for my english)

RE: i cant connect to mysql from other machine

2004-07-19 Thread Lachlan Mulcahy
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, 20 July 2004 2:18 AM To: Victor Pendleton Cc: '[EMAIL PROTECTED] '; '[EMAIL PROTECTED] ' Subject: Re: i cant connect to mysql from other machine (first: excuse for my english) On Monday 19 July 2004 15:03, Victor Pen

RE: i cant connect to mysql from other machine

2004-07-19 Thread Victor Pendleton
Check back and make sure linuxready is running MySQL on the expected port. -Original Message- From: [EMAIL PROTECTED] To: Victor Pendleton Cc: '[EMAIL PROTECTED] '; '[EMAIL PROTECTED] ' Sent: 7/19/04 11:18 AM Subject: Re: i cant connect to mysql from other machine (

Re: i cant connect to mysql from other machine (OK¡¡)

2004-07-19 Thread [EMAIL PROTECTED]
On Monday 19 July 2004 15:17, Giulio wrote: > I believe you shoul comment out the bind_address option on config > file... > :) ok¡ all is right now¡ a lot of thanks > Hope this helps, > >Giulio > d2clon -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql T

Re: i cant connect to mysql from other machine

2004-07-19 Thread [EMAIL PROTECTED]
t; Sent: 7/19/04 4:27 AM > Subject: i cant connect to mysql from other machine > > hello people.. > > i have a curious problem with mysql. > i configure root user acount to enable access from other machines but i > cant > connect.. > &g

RE: i cant connect to mysql from other machine

2004-07-19 Thread bruce
PROTECTED] Subject: i cant connect to mysql from other machine hello people.. i have a curious problem with mysql. i configure root user acount to enable access from other machines but i cant connect.. my user table is:

Re: i cant connect to mysql from other machine

2004-07-19 Thread SGreen
]> wrote on 07/19/2004 05:27:02 AM: > hello people.. > > i have a curious problem with mysql. > i configure root user acount to enable access from other machines but i cant > connect.. > >

Re: i cant connect to mysql from other machine

2004-07-19 Thread Giulio
cant connect.. my user table is: mysql> select * from u

RE: i cant connect to mysql from other machine

2004-07-19 Thread Victor Pendleton
Can you telnet port 3306 on linuxready from the remote machine? -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 7/19/04 4:27 AM Subject: i cant connect to mysql from other machine hello people.. i have a curious problem with mysql. i configure root user acount to

i cant connect to mysql from other machine

2004-07-19 Thread [EMAIL PROTECTED]
hello people.. i have a curious problem with mysql. i configure root user acount to enable access from other machines but i cant connect.. my user table is: mysql> select * from u

Re: Re: Re: cant connect to mysql server through socket

2003-07-30 Thread Petre Agenbag
Don't stare too long at the Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) , it will blind you after a couple of minutes ;p Seriously, the fact that the sock file is not there simply tells me that mysql is not running, ie, even if you could "copy" a mysql.sock f

Re: Re: cant connect to mysql server through socket

2003-07-30 Thread Petre Agenbag
isted processes. I checked mysql folders > under several > directories , they are owned by root. Also mysql start/mysql stop etc. commands dont > work producing the > same warning "Cant connect.." What can i do more? > Thanks > Devrim > > Petre Agenbag <[EM

Re: cant connect to mysql server through socket

2003-07-27 Thread Petre Agenbag
1) make sure mysql is running [and as user mysql] do a ps -aux to see. 2) make sure that the mysql folder and files are owned by mysql (ls -l) On Sun, 2003-07-27 at 10:38, D. K. wrote: > Hi; > I have installed suse 8.2 a short while ago and at my first attempt to connect mysql > (via shell and

Re: cant connect to mysql server through socket

2003-07-27 Thread Sanya Shaik
What version of mysql are you using ? check the location of mysql.sock it probably is in /tmp/mysql/mysql.sock check the sock location in my.cnf --- "D. K." <[EMAIL PROTECTED]> wrote: > Hi; > I have installed suse 8.2 a short while ago and at > my first attempt to connect mysql (via shell a

cant connect to mysql server through socket

2003-07-27 Thread D. K.
Hi; I have installed suse 8.2 a short while ago and at my first attempt to connect mysql (via shell and a perl dbi script) i get following error: can't connect to mysql server through socjet '/var/lib/mysql/mysql.sock'. i know this looks like a common error and I am terribly sorry if this kind

RE: Cant connect with SSL support

2003-06-02 Thread Andrew
try connecting using the server name not localhost hth Andrew >-Original Message- >From: Karam Chand [mailto:[EMAIL PROTECTED] >Sent: 02 June 2003 14:43 >To: [EMAIL PROTECTED] >Subject: Cant connect with SSL support > > >Hello > >I have a MySQL 4.0.3 server

Cant connect with SSL support

2003-06-02 Thread Karam Chand
Hello I have a MySQL 4.0.3 server with SSL option. I know that the SSL option is runnish coz when I do show variables...i am getting the value for ssl to be true :) I am writing a C app to connect to the MySQL server to do some jobs. I am using the mysql_real_connect() function to connect. The

Cant connect with SSL support

2003-05-31 Thread Karam Chand
Hello I have a MySQL 4.0.3 server with SSL option. I know that the SSL option is runnish coz when I do show variables...i am getting the value for ssl to be true :) I am writing a C app to connect to the MySQL server to do some jobs. I am using the mysql_real_connect() function to connect. The

Re: Cant connect to Mysql server on 'localhost' (10061)

2003-04-01 Thread Bernhard Döbler
Hi, have you setup a my.ini File? mine looks like: [mysqld] basedir=f:/mysql datadir=f:/mysql/data language=f:/mysql/share/german Bernhard - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 31, 2003 4:11 AM Subject: Cant connect to

Re: Cant connect to Mysql server on 'localhost' (10061)

2003-03-31 Thread Terrance Win
check this first in command prompt "mysqladmin ping". You should receive "Mysql is alive". Otherwise you have to start your service. From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Subject: Cant connect to Mysql server on 'localhost' (10

Cant connect to Mysql server on 'localhost' (10061)

2003-03-30 Thread MHall
Does anyone else get this message after installing and attempting to run mysql (version 4.0.12)?? I downloaded and installed mysql-4.0.12-win.zip file. then from the command prompt, I typed mysqld to start the service. Then I typed mysql and I got the error message: Cant connect to Mysql server

RE: cant connect to mysql

2002-10-10 Thread SELPH,JASON (HP-Richardson,ex1)
any info in the logs? -Original Message- From: Anil Garg [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 11:20 AM To: [EMAIL PROTECTED] Subject: cant connect to mysql hi i am facing a very strange problem.. when i say "apachectl restart" my web site works

cant connect to mysql

2002-10-10 Thread Anil Garg
hi i am facing a very strange problem.. when i say "apachectl restart" my web site works fine.. but, when i say #apachectl stop #apachectl start the web user is not able to connect to the mysql database. Now, when i reboot the machine, the things become fine agian. I would reaaly appreciat

Re: Cant connect using socket ''(111) for Mysqlgui on linux

2002-04-23 Thread Hisseine Dj.
OTECTED]> Sent: Tuesday, April 23, 2002 7:40 AM Subject: Re: Cant connect using socket ''(111) for Mysqlgui on linux > Krishna Kumar Sundara Moorthy writes: > > Hello All > > > > Is there any installation instructions for Mysqlgui1.7.5 on linux. > > &g

Re: Cant connect using socket ''(111) for Mysqlgui on linux

2002-04-23 Thread Sinisa Milivojevic
Krishna Kumar Sundara Moorthy writes: > Hello All > > Is there any installation instructions for Mysqlgui1.7.5 on linux. > > Also i have installed it and while trying to connect it says couldnt connect > using Socket''(111) > and also can some one throw light on "sql command on connet or Socket"

Cant connect using socket ''(111) for Mysqlgui on linux

2002-04-22 Thread Krishna Kumar Sundara Moorthy
Hello All Is there any installation instructions for Mysqlgui1.7.5 on linux. Also i have installed it and while trying to connect it says couldnt connect using Socket''(111) and also can some one throw light on "sql command on connet or Socket" dialog in options window and what showuld really go

Cant connect withphp

2002-01-14 Thread Ged Williams
I can run MYsql I can run PHP but i get a server overloaded when I try to acces mysql with PHP using win 98 se with xitami/apache tried php406 and 404 and tried different Mysql - Before posting, please check: http://www.my

Re: Cant connect

2001-06-08 Thread Neil Zanella
Did you add user to your database with the SQL GRANT statement? Neil On Thu, 7 Jun 2001, Martin wrote: > Warning: MySQL Connection Failed: Access denied for user: >'[EMAIL PROTECTED]' (Using password: YES) in setup.php on line 92 > > I am sure that all information is correct as far D

Re: Cant connect

2001-06-07 Thread Rolf Hopkins
check your grant tables again. - Original Message - From: "Martin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 5:33 Subject: Cant connect Warning: MySQL Connection Failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: Y

Cant connect

2001-06-07 Thread Martin
Warning: MySQL Connection Failed: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in setup.php on line 92 I am sure that all information is correct as far DB name user name and password any ideals

Re: cant connect except as root

2001-02-26 Thread Gerald L. Clark
Willie Strickland wrote: > > I have just installed MySQL for the first time on my RedHat linux 7.0 > machine. I thought it all went fine and was working. However, now I > realize that only root can start the client program mysql (or the > server program for that matter, but I figure that is a g

cant connect except as root

2001-02-25 Thread Willie Strickland
I have just installed MySQL for the first time on my RedHat linux 7.0 machine. I thought it all went fine and was working. However, now I realize that only root can start the client program mysql (or the server program for that matter, but I figure that is a good thing). Root can login using

Re: cant connect to local mysql server

2001-02-07 Thread Teddy A Jasin
Are you sure u try ur mysql server already? if not start the "mysqld" Teddy soon chee keong wrote: > hi..could someone pls help me > > i had created mysql server before in my pc but this morning i discovered > that i cant access my mysql server.this is what i typed: > > shell> mysql > >

Re: cant connect to local mysql server

2001-02-06 Thread Donald Korth
> Sent: Tuesday, February 06, 2001 7:09 PM Subject: cant connect to local mysql server > hi..could someone pls help me > > i had created mysql server before in my pc but this morning i discovered > that i cant access my mysql server.this is what i typed: > > shell> m

Re: cant connect to local mysql server

2001-02-06 Thread Rolf Hopkins
Usually means that the mysql server hasn't started. Check this by issuing the ps command. - Original Message - From: "soon chee keong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 06, 2001 21:39 Subject: cant connect to local mys

cant connect to local mysql server

2001-02-06 Thread soon chee keong
hi..could someone pls help me i had created mysql server before in my pc but this morning i discovered that i cant access my mysql server.this is what i typed: shell> mysql this is what i got: ERROR 2002:Can't connect to local MySQL Server through socket '/tmp/mysql.sock'(111) what

cant connect to localhost

2001-02-01 Thread Shantanu Biswas
HI all I can connect to Mysql server but cannnot connect to localhost(when no other application is running on localhost) please let me know if anybody has any solution Thanks shantanu - Before posting, please check: http://ww