A Request from a Software Programmer

2004-05-28 Thread naresh bhalala
Respected Sir/Madam,
I have download the MySQL4.0 from www.dev.mysql.com
and file is
:mysql-standard4.0.20-pc-linux-i686.tar.gz.

I have installed it as bellow:
#gunzip -9c standard4.0.20-pc-linux-i686.tar.gz | tar
-xvf -
and all files r extraced in
folder:standard4.0.20-pc-linux-i686

Now i've run
/standard4.0.20-pc-linux-i686.tar.gz/bin/mysql BUT
ITS GIVING ERROR: ERROR 2002 (HY000): Can't connect
to local server through socket '/tmp/mysql.socket' (2)

pl reply to this mail and solve my prob.

thanking you in advanceNaresh   




__
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: A Request from a Software Programmer

2004-05-28 Thread Victoria Reznichenko
naresh bhalala [EMAIL PROTECTED] wrote:
 Respected Sir/Madam,
 I have download the MySQL4.0 from www.dev.mysql.com
 and file is
 :mysql-standard4.0.20-pc-linux-i686.tar.gz.
 
 I have installed it as bellow:
 #gunzip -9c standard4.0.20-pc-linux-i686.tar.gz | tar
 -xvf -
 and all files r extraced in
 folder:standard4.0.20-pc-linux-i686
 
 Now i've run
 /standard4.0.20-pc-linux-i686.tar.gz/bin/mysql BUT
 ITS GIVING ERROR: ERROR 2002 (HY000): Can't connect
 to local server through socket '/tmp/mysql.socket' (2)
 
 pl reply to this mail and solve my prob.
 

Is MySQL server running?


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: A Request from a Software Programmer

2004-05-28 Thread Michael Kruckenberg
There are a number of steps after installation that need to happen 
before you will be able to connect:

http://dev.mysql.com/doc/mysql/en/Unix_post-installation.html
naresh bhalala wrote:
Respected Sir/Madam,
I have download the MySQL4.0 from www.dev.mysql.com
and file is
:mysql-standard4.0.20-pc-linux-i686.tar.gz.
I have installed it as bellow:
#gunzip -9c standard4.0.20-pc-linux-i686.tar.gz | tar
-xvf -
and all files r extraced in
folder:standard4.0.20-pc-linux-i686
Now i've run
/standard4.0.20-pc-linux-i686.tar.gz/bin/mysql BUT
ITS GIVING ERROR: ERROR 2002 (HY000): Can't connect
to local server through socket '/tmp/mysql.socket' (2)
pl reply to this mail and solve my prob.
thanking you in advanceNaresh   

--
http://mike.kruckenberg.com | [EMAIL PROTECTED]
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]