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
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
Did you build mysql yourself, or did you install it along with Suse?
If it's installed with suse, start the mysql service via the suse method
(not sure what that is, on RedHat, one would simply say service mysqld
start).
If you built it by installing the binary, then your mysql should be
located i
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
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
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 with SSL option. I know
>that t
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 Mysql server o
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' (10061)
Date: Mon, 31 Mar 2003 12:11:32
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 fine..
but, whe
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
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"
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
Well, from the error, one of them is not correct. Since you didn't supply
the code you used, my best guess is your host is incorrect. I am guessing
you have something other than 'localhost'. If that's not working,
'127.0.0.1' may do the trick. If not, check your grant tables again.
- Orig
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
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
>
>
Start the deamon First
shell>mysqld-XXX
To find out what X means go to the bin directory below and find out . d
stands for daemon
then key
shell>mysql
Cheers
Donald
- Original Message -
From: "soon chee keong" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 06
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 mysql server
> hi..could someone
17 matches
Mail list logo