To start the server run the following...

service mysqld start

once it is started you can check to see if it running by using...

ps aux

which will show the processes running and look for mysql

Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388

-----Original Message-----
From: Scott Pippin [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 24, 2002 1:10 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Starting of MySQL with redhat 8


> I'm a beginner with mysql and i installed it with linux.
> I'm getting this message when i tried to be connected :
> Error 2002 : can't connect to local MySQL server through socket
> '/var/lib/mysql/mysql.sock' (111).
>
> Can you help me by finding how to be connected to the database ?

Make sure the files does exist in the directorey listed above.
If it does not, make sure you have socket=<directory location> in your
config file.
(mysql, query)



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to