Re: mysql.sock deleted

2006-07-20 Thread Ian
On 20 Jul 2006 at 16:56, Vitaliy Okulov wrote: > , Deniss. > > 20 2006 ., 15:59:10: > > > Hi All > > > While I am doing portupgrade -vr mysql on freebsd server > > > than mysql socket"/tmp/mysql.sock" is invisible on, so mysql cant be start > > > How I can create mysql socket. > > How I can

Re: mysql.sock deleted

2006-07-20 Thread Vitaliy Okulov
Здравствуйте, Deniss. Вы писали 20 июля 2006 г., 15:59:10: > Hi All > While I am doing portupgrade -vr mysql on freebsd server > than mysql socket"/tmp/mysql.sock" is invisible on, so mysql cant be start > How I can create mysql socket. > How I can start mysql > thanks MySQL server will

RE: mysql.sock gone

2006-03-17 Thread Anton Krall
No errrs on the error log.. This is very weird... |-Original Message- |From: ? ??? [mailto:[EMAIL PROTECTED] |Sent: Wednesday, March 15, 2006 6:12 AM |To: Anton Krall; mysql@lists.mysql.com |Subject: Re: mysql.sock gone | |Look at mysql's error log ($MYSQL_DAT

Re: mysql.sock gone

2006-03-15 Thread Косов Евгений
(SST - Adelaide) [mailto:[EMAIL PROTECTED] |Sent: Tuesday, March 14, 2006 3:15 PM |To: Anton Krall; mysql@lists.mysql.com |Subject: RE: mysql.sock gone | |Do you have any cron jobs that clear the /tmp directory during the day? | |Re

RE: mysql.sock gone

2006-03-14 Thread Anton Krall
|Subject: RE: mysql.sock gone | |Do you have any cron jobs that clear the /tmp directory during the day? | |Regards | |--- |** _/ ** David Logan |*** _/ *** ITO Delivery Specialist - Database

RE: mysql.sock gone

2006-03-14 Thread Logan, David (SST - Adelaide)
Do you have any cron jobs that clear the /tmp directory during the day? Regards --- ** _/ ** David Logan *** _/ *** ITO Delivery Specialist - Database *_/* Hewlett-Packard

Re: mysql.sock file exists, but still cannot connect to server

2005-01-20 Thread Alex Majora
Okay, with the good help I was getting, and looking at the all clues MySQL was giving me, like "Table 'mysql.host' doesn't exist" and "Can't find file: './mysql/host.frm'", I concluded that the 4.1.9 installation conflicts with the default 4.0.18 installation. For instance, 4.0.18 expects files

Re: mysql.sock file exists, but still cannot connect to server

2005-01-19 Thread Alex Majora
On Wednesday, January 19, 2005 9:14 PM Michael Stassen wrote: Details should be in the .err file in the data directory Here's the contents of the file: 050119 17:30:02 mysqld started 050119 17:30:02 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/m

Re: mysql.sock file exists, but still cannot connect to server

2005-01-19 Thread Michael Stassen
Details should be in the .err file in the data directory (/usr/local/mysql/data/whitestar.alpha.net.err, in your case). Michael Alex Majora wrote: Additionally, this is what I get when I try to launch mysqld manually: $ sudo ./bin/mysqld_safe & [1] 2058 Starting mysqld daemon with databases from

Re: mysql.sock file exists, but still cannot connect to server

2005-01-19 Thread Michael Stassen
Alex Majora wrote: Michael Stassen wrote: That doesn't appear to be mysql. Now that I look closely, that must be a database for RMDB. Sorry I got the two confused. Are you sure mysqld is running? You got a shutdown message right before this. Apparently, it's not running, as there is no mysqld p

Re: mysql.sock file exists, but still cannot connect to server

2005-01-19 Thread Alex Majora
Additionally, this is what I get when I try to launch mysqld manually: $ sudo ./bin/mysqld_safe & [1] 2058 Starting mysqld daemon with databases from /usr/local/mysql/data STOPPING server from pid file /usr/local/mysql/data/whitestar.alpha.net.pid 050119 17:13:12 mysqld ended Is there a way t

Re: mysql.sock file exists, but still cannot connect to server

2005-01-19 Thread Clint Edwards
The postmaster is a Postgres daemon, and pg_shadow is the user table for postgres. Clint From: Michael Stassen <[EMAIL PROTECTED]> To: Alex Majora <[EMAIL PROTECTED]> CC: mysql@lists.mysql.com Subject: Re: mysql.sock file exists, but still cannot connect to server Date: Wed, 19 Jan 2

Re: mysql.sock file exists, but still cannot connect to server

2005-01-19 Thread Alex Majora
Michael Stassen wrote: That doesn't appear to be mysql. Now that I look closely, that must be a database for RMDB. Sorry I got the two confused. Are you sure mysqld is running?  You got a shutdown message right before this. Apparently, it's not running, as there is no mysqld process running in t

Re: mysql.sock file exists, but still cannot connect to server

2005-01-19 Thread Michael Stassen
Alex Majora wrote: I've upgraded to mysql 4.1.9 on Mac OS X 10.3.7, but now things won't start up. In the console I get these messages: The database cluster will be initialized with locale C. creating directory /var/db/RemoteManagement/RMDB/rmdb.data... ok creating directory /var/db/RemoteMana

RE: mysql.sock

2004-07-24 Thread B. van Ouwerkerk
mysql.sock is created when mysqld starts and exists only while it runs. B. > -Oorspronkelijk bericht- > Van: Levi Campbell [mailto:[EMAIL PROTECTED] > Verzonden: zaterdag 24 juli 2004 20:53 > Aan: [EMAIL PROTECTED]; mysql > Onderwerp: Re: mysql.sock > > > it

Re: mysql.sock

2004-07-24 Thread Levi Campbell
it's not in /tmp, /var/lib/mysql or anywhere on my system. could someone please e-mail the file to me? - Original Message - From: Jonathan Villa<mailto:[EMAIL PROTECTED]> To: Levi Campbell<mailto:[EMAIL PROTECTED]> Sent: Saturday, July 24, 2004 12:42

[Fwd: Re: mysql.sock]

2004-07-24 Thread Jonathan Villa
Original Message Subject: Re: mysql.sock From:"Jonathan Villa" <[EMAIL PROTECTED]> Date:Sat, July 24, 2004 1:42 pm To: "Levi Campbe

Re: mysql.sock

2004-01-12 Thread Daniel Kasak
Mike Mapsnac wrote: I got such error message ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/ mysql/mysql.sock' (111) Thanks Right. This means that you're using the mysql command-line tool, and it's trying to talk to MySQL through the /var/lib/mysql/mysql.sock file, but

Re: mysql.sock

2004-01-11 Thread Daniel Kasak
Mike Mapsnac wrote: What is the purpose of mysql.sock file in mysql? A lot of problems are assosiate with this file. It keeps MySQL's feet warm :) It's a socket, which is represented by a point on the filesystem. Local ( ie running on the same computer ) programs can use the socket to commu

RE: mysql.sock permission srwxrwxrwx

2004-01-02 Thread Jeffrey Smelser
yeah, if its owned by mysql with no write privs. That doesn't mean you cant change it using root.. > I'm trying to open mysql.sock file as a ROOT and receive the > error message > permission denied. > Why mysql.sock has such permission? -- MySQL General Mailing List For list archives: http://

Re: mysql.sock

2003-07-17 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello all, after Installing mysql I started the mysql daemon.. The I tried to log in to my mysql database and got the message could not find mysql.sock in /tmp. In the mysql-configuration file /etc/my.cnf (in my redhat system 8.0) I changed the place for the socket file from "socket=/var/lib/mys

Re: mysql.sock

2003-07-13 Thread Aftab Jahan Subedar
Probably it did not start at all. check if it started. ps -ax|grep mysql John Nichel wrote: > Oliver Etzel - GoodnGo.COM (R) wrote: > >> Hello all, >> >> after Installing mysql I started the mysql daemon.. The I tried to log >> in to my mysql database and got the message could not find mysql.sock

Re: mysql.sock

2003-07-12 Thread John Nichel
Oliver Etzel - GoodnGo.COM (R) wrote: Hello all, after Installing mysql I started the mysql daemon.. The I tried to log in to my mysql database and got the message could not find mysql.sock in /tmp. In the mysql-configuration file /etc/my.cnf (in my redhat system 8.0) I changed the place for the

Re: mysql.sock doesn't exist

2003-06-27 Thread Kevin H. Phillips
The permissions on my /var/lib/mysql directory are: File Owner: mysql - MySQL Server; Group is mysql. I did discover that I had not set a user in /etc/my.cnf. Once I did that, the mysql.sock "file" was set up (doh! sorry about that). Here's a portion of what I get when I do ls -l /var/lib/m

Re: mysql.sock doesn't exist

2003-06-27 Thread Sean Macmillan
ou've been stuck on this quite a while. Good Luck Brian -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 8:25 AM To: [EMAIL PROTECTED] Subject: Re: mysql.sock doesn't exist Kevin H. Phillips wrote: Well, the find / -name mysql.sock didn&

RE: mysql.sock doesn't exist

2003-06-27 Thread Brian Austin
in the directory. A simple ls -l will tell you. I hope this can fix your problem, it seems you've been stuck on this quite a while. Good Luck Brian -Original Message- From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 8:25 AM To: [EMAIL PROTECTED] Subjec

Re: mysql.sock doesn't exist

2003-06-27 Thread John Nichel
Kevin H. Phillips wrote: Well, the find / -name mysql.sock didn't return anything at all so this *is* an odd predicament. Would it work if someone with a similar version e-mailed me a copy of their mysql.sock file? Kevin > > > John Nichel wrote: It doesn't look as if you have any conflictin

Re: mysql.sock doesn't exist

2003-06-26 Thread Joel Rees
> I am having a similar problem. I looked at another Linux machine that > has MySQL 4.0.13 running on it and the file /var/lib/mysql/mysql.sock > is there but it is empty. Well, that's the way sockets always look to my when I look at them with a directory listing. > So I created the file, chm

Re: mysql.sock doesn't exist

2003-06-26 Thread Joel Rees
> Well, the find / -name mysql.sock didn't return anything at all so this > *is* an odd predicament. Maybe it doesn't exist unless mysqld is running? Maybe the mysqld user can't get at the directory the socket is supposed to be in? > Would it work if someone with a similar > version e-mailed m

Re: mysql.sock doesn't exist

2003-06-26 Thread Sean Macmillan
I am having a similar problem. I looked at another Linux machine that has MySQL 4.0.13 running on it and the file /var/lib/mysql/mysql.sock is there but it is empty. So I created the file, chmod to 777 and then tried to light up /usr/bin/mysqld_safe and it is giving the same error message you

Re: mysql.sock doesn't exist

2003-06-26 Thread Kevin H. Phillips
Well, the find / -name mysql.sock didn't return anything at all so this *is* an odd predicament. Would it work if someone with a similar version e-mailed me a copy of their mysql.sock file? Kevin > > > John Nichel wrote: It doesn't look as if you have any conflicting MySQL versions. When the

Re: mysql.sock doesn't exist

2003-06-25 Thread Kevin H. Phillips
The output of the greps follows. Could it be the mysqlclient that is causing the trouble? Kevin [EMAIL PROTECTED] root]# rpm -qa | grep My MySQL-python-debuginfo-0.9.1-7 Mysql-DBI-perl-bin-1.1825-1 MySQL-shared-3.23.53a-1 qt-MySQL-3.1.1-6 MySQL-python-0.9.1-7 MyODBC-2.50.39-11 perl-DBD-MySQL-

Re: mysql.sock doesn't exist

2003-06-25 Thread John Nichel
Kevin H. Phillips wrote: Yes, I installed by RPM. I have now found the error file as you mentioned. The output for the last few days is: 030621 06:49:27 mysqld started 030621 6:49:28 InnoDB: Database was not shut down normally. InnoDB: Starting recovery from log files... InnoDB: Starting log

Re: mysql.sock doesn't exist

2003-06-25 Thread Kevin H. Phillips
Yes, I installed by RPM. I have now found the error file as you mentioned. The output for the last few days is: 030621 06:49:27 mysqld started 030621 6:49:28 InnoDB: Database was not shut down normally. InnoDB: Starting recovery from log files... InnoDB: Starting log scan based on checkpoint

Re: mysql.sock doesn't exist

2003-06-24 Thread John Nichel
Kevin H. Phillips wrote: I changed the port in /etc/my.cnf and restarted the service but still get a message that I can't connect to the server, etc. I am still not seeing any "fresh" log messages. Why would there not be any output on that? Is there someplace I should look for a log file besi

Re: mysql.sock doesn't exist

2003-06-24 Thread Kevin H. Phillips
I changed the port in /etc/my.cnf and restarted the service but still get a message that I can't connect to the server, etc. I am still not seeing any "fresh" log messages. Why would there not be any output on that? Is there someplace I should look for a log file besides /var/log ? Kevin --

Re: mysql.sock doesn't exist

2003-06-24 Thread Kevin H. Phillips
What I'm trying to do is as root user. Kevin John Nichel wrote: Are you trying to stop the server as root, or some other user? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: mysql.sock doesn't exist

2003-06-24 Thread John Nichel
Kevin H. Phillips wrote: The output of the grep is: [EMAIL PROTECTED] root]# ps -ax | grep mysqld 4578 ?S 0:00 /bin/sh /usr/bin/mysqld_safe --defaults-file=/etc/my.cnf 4601 ?S 0:01 /usr/libexec/mysqld --defaults-file=/etc/my.cnf --basedir=/usr --datadir=/var/lib/mysql

RE: mysql.sock doesn't exist

2003-06-24 Thread Victor Pendleton
Stop the process you currently have or start up the server on a port other than 3306. -Original Message- From: Kevin H. Phillips [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 1:46 PM Cc: [EMAIL PROTECTED] Subject: Re: mysql.sock doesn't exist The output of the grep is: [

Re: mysql.sock doesn't exist

2003-06-24 Thread Kevin H. Phillips
The output of the grep is: [EMAIL PROTECTED] root]# ps -ax | grep mysqld 4578 ?S 0:00 /bin/sh /usr/bin/mysqld_safe --defaults-file=/etc/my.cnf 4601 ?S 0:01 /usr/libexec/mysqld --defaults-file=/etc/my.cnf --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file

RE: mysql.sock doesn't exist

2003-06-24 Thread Brian Austin
From: John Nichel [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 9:26 AM To: Kevin H. Phillips Cc: [EMAIL PROTECTED] Subject: Re: mysql.sock doesn't exist Kevin H. Phillips wrote: > Yes, the server is running. One odd thing about my setup is that when I > restart the service I get

Re: mysql.sock doesn't exist

2003-06-24 Thread John Nichel
Kevin H. Phillips wrote: Yes, the server is running. One odd thing about my setup is that when I restart the service I get a "Failed" signal for the shutdown phase but an "OK" for the start phase. Thanks, Kevin Victor Pendleton wrote: Is the mysql server currently running? You can also use eit

RE: mysql.sock doesn't exist

2003-06-24 Thread Victor Pendleton
>From the mysql monitor `show variables` to see what socket the server is connecting on. -Original Message- From: Kevin H. Phillips [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 8:33 AM Cc: [EMAIL PROTECTED] Subject: Re: mysql.sock doesn't exist Yes, the server is runni

Re: mysql.sock doesn't exist

2003-06-24 Thread Kevin H. Phillips
Yes, the server is running. One odd thing about my setup is that when I restart the service I get a "Failed" signal for the shutdown phase but an "OK" for the start phase. Thanks, Kevin Victor Pendleton wrote: Is the mysql server currently running? You can also use either -S or --socket to spe

RE: mysql.sock doesn't exist

2003-06-24 Thread Victor Pendleton
Is the mysql server currently running? You can also use either -S or --socket to specify the socket connection. -Original Message- From: Kevin H. Phillips [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 8:10 AM To: [EMAIL PROTECTED] Subject: mysql.sock doesn't exist I apologize fo

Re: mysql.sock problem - solved

2003-06-17 Thread Veysel Harun Sahin
Problem solved. Thanks victoria.:) [EMAIL PROTECTED] wrote: Veysel Harun Sahin <[EMAIL PROTECTED]> wrote: I am using mysql 3.23.49 on openbsd3.2 with php4.2.3. Formerly I was connecting to mysql with php without any problem but now (I don't know what I have changed) when I try to connect to

Re: mysql.sock problem

2003-06-17 Thread Victoria Reznichenko
Veysel Harun Sahin <[EMAIL PROTECTED]> wrote: > > I am using mysql 3.23.49 on openbsd3.2 with php4.2.3. Formerly I was > connecting to mysql with php without any problem but now (I don't know > what I have changed) when I try to connect to mysql with php it gives > the following errors: > > Wa

RE: mysql.sock

2003-03-30 Thread Mark Armendariz
I was just receiving that error this morning after I changed my hostname and my mysql server wasn't starting properly. Once I got the server started, the error went away. So, I believe that just means that your server's not running or accepting connections. But, that's just a guess. Mark -

Re: mysql.sock

2003-03-28 Thread Joseph Bannon
> What's the full pathname? /etc/my.cnf? Correct. J. __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysq

Re: mysql.sock

2003-03-28 Thread Paul DuBois
At 21:10 -0800 3/28/03, Joseph Bannon wrote: > Pretty new: 3.22.2. Only been around, oh, 5 years or so. :-) Well, looks like I've had my head in a hole. Here is my my.cnf file contents. Can you tell me what's wrong? What's the full pathname? /etc/my.cnf? [mysqld] datadir=/home/mysqldb soc

Re: mysql.sock

2003-03-28 Thread Joseph Bannon
> Pretty new: 3.22.2. Only been around, oh, 5 years > or so. :-) Well, looks like I've had my head in a hole. Here is my my.cnf file contents. Can you tell me what's wrong? [mysqld] datadir=/home/mysqldb socket=/var/lib/mysql/mysql.sock [mysql.server] user=mysql basedir=/var/lib [safe

Re: mysql.sock

2003-03-28 Thread Paul DuBois
At 20:52 -0800 3/28/03, Joseph Bannon wrote: > My mistake. my.cnf. It should be in /etc or /var/lib/mysql. If not, you can create one. Is the my.cnf a new thing? Before today, I'd had never heard of it. Pretty new: 3.22.2. Only been around, oh, 5 years or so. :-) -- Paul DuBois http://www.k

Re: mysql.sock

2003-03-28 Thread Joseph Bannon
> My mistake. my.cnf. It should be in /etc or > /var/lib/mysql. If not, you can > create one. Is the my.cnf a new thing? Before today, I'd had never heard of it. J. __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your

Re: mysql.sock

2003-03-28 Thread Bhavin Vyas
My mistake. my.cnf. It should be in /etc or /var/lib/mysql. If not, you can create one. - Original Message - From: "Joseph Bannon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 10:28 PM Subject: Re: mysql.sock

Re: mysql.sock

2003-03-28 Thread Joseph Bannon
> Specify the location in my.conf or ...create a sym > link in /tmp. Where is the my.conf file? J. __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com -- MySQL General Mailing List

Re: mysql.sock

2003-03-28 Thread Bhavin Vyas
Specify the location in my.conf or ...create a sym link in /tmp. - Original Message - From: "Joseph Bannon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 28, 2003 8:50 PM Subject: mysql.sock > The mysql.sock file is being saved at the location > below > > /var/lib/

re: mysql.sock

2003-03-03 Thread Victoria Reznichenko
On Monday 03 March 2003 04:36, anhduc nguyen wrote: > I don't know why when i run mysql the message "Can't > connect to mysql server throught port /tmp/mysql.sock" > appear. Check that MySQL server is running. If so find where mysql.sock is located. -- For technical support contracts, goto htt

re: mysql.sock

2003-02-26 Thread Victoria Reznichenko
On Tuesday 25 February 2003 18:06, Nicolás Morales wrote: > I'm just starting to use MySQL for Linux. I installed it yesterday and > it worked, but after restarting the computer it doesn't work anymore. > When I type mysql at the linux prompt it says:"ERROR 2002: Can't connect > to local MySQL se

RE: mysql.sock is missing - Please....

2003-02-03 Thread Diana Soares
Hi, On Sun, 2003-02-02 at 00:25, B. van Ouwerkerk wrote: > >If it gives errors about creating/writing mysql.sock, check the > >permissions/ownership of directory /var/lib/mysql.. Check the manual for > >the right permissions... > > Might depend on your distro, AFAIK mysql.sock would normally live

RE: mysql.sock is missing - Please....

2003-02-02 Thread B. van Ouwerkerk
>If it gives errors about creating/writing mysql.sock, check the >permissions/ownership of directory /var/lib/mysql.. Check the manual for >the right permissions... Might depend on your distro, AFAIK mysql.sock would normally live in /tmp B. -

Re: mysql.sock is missing - Please....

2003-02-01 Thread Diana Soares
ght permissions... Good luck, On Tue, 2003-01-28 at 00:38, Pedro Leite wrote: > Any help from good samaritans? I have no idea to solve this mess! > > TIA > - Original Message - > From: "Pedro Leite" <[EMAIL PROTECTED]> > To: "TdA" <[EMA

Re: mysql.sock is missing - Please....

2003-01-30 Thread Stefan Hinz, iConnect \(Berlin\)
ECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 2:04 PM Subject: Re: mysql.sock is missing - Please > Hi, > I don't know who is receiving my message, but i have an important > request on you. > > I also have the same problem. > I installed

Re: mysql.sock is missing - Please....

2003-01-30 Thread Thomas Schlagbauer
Hi, I don't know who is receiving my message, but i have an important request on you. I also have the same problem. I installed MySQL on my server and after reboot i got the error message when starting mysql: "ERROR 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysql

Re: mysql.sock is missing

2003-01-27 Thread Adolfo Bello
On Mon, 2003-01-27 at 11:23, Pedro Leite wrote: > Hi, I'm getting the same error message. mysql here is in /etc/rc.d/init.d, > don't ask me why, I'm new to this things. > > Any more help would be much appreciated. > TIA That's the directory where it should be. You can also start with service mysq

Re: mysql.sock is missing - Please....

2003-01-27 Thread Pedro Leite
Any help from good samaritans? I have no idea to solve this mess! TIA - Original Message - From: "Pedro Leite" <[EMAIL PROTECTED]> To: "TdA" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 10:23 AM Subject: Re: mysql.sock i

Re: mysql.sock is missing

2003-01-27 Thread Pedro Leite
ROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 7:45 AM Subject: Re: mysql.sock is missing > There are a couple of things you can try, first make sure your process is > started. /etc/rc.d/ mysql start should do the trick. > TDA > - Original Message -

Re: mysql.sock is missing

2003-01-27 Thread TdA
There are a couple of things you can try, first make sure your process is started. /etc/rc.d/ mysql start should do the trick. TDA - Original Message - From: "Pedro Leite" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 26, 2003 11:04 PM Subject: mysql.sock is missing >

Re: Mysql.sock gets deleated

2003-01-05 Thread Dan Nelson
In the last episode (Jan 05), Smart Guy said: > I installed mysql from rpm package on redhat linux 8.0 > and it works fine, but next time i reboot the machine > /var/lib/mysql.sock gets deleated and mysql stops > working Mysql creates /var/lib/mysql.sock when it starts up. Are you sure you

Re: Mysql.Sock problem

2002-12-31 Thread Kenneth Illingsworth
on everyting in the /var structure - Original Message - From: "A.T.Z." <[EMAIL PROTECTED]> To: "Jason Steig" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 31, 2002 1:59 AM Subject: RE: Mysql.Sock problem > Is mysql running (ps

Re: Mysql.Sock problem

2002-12-31 Thread LeVar Bery
"Jason Steig" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 31, 2002 1:59 AM Subject: RE: Mysql.Sock problem > Is mysql running (ps -axu) > > if not: > /path/to/safe_mysqld --user=mysql & > > This is explained in the docs >

RE: Mysql.Sock problem

2002-12-30 Thread A.T.Z.
Is mysql running (ps -axu) if not: /path/to/safe_mysqld --user=mysql & This is explained in the docs -Oorspronkelijk bericht- Van: Jason Steig [mailto:[EMAIL PROTECTED]] Verzonden: dinsdag 31 december 2002 9:08 Aan: [EMAIL PROTECTED] Onderwerp: Mysql.Sock problem I' am relatively

RE: mysql.sock

2002-12-22 Thread Adolfo Bello
service mysql start > -Original Message- > From: bruno peracchio [mailto:[EMAIL PROTECTED]] > Sent: Sunday, December 22, 2002 12:41 PM > To: mysql-list > Subject: mysql.sock > > > Hi > > how can I do to restore mysql.sock? > > Thank in advance > > > > > ---

Re: mysql.sock

2002-12-22 Thread Peter Hicks
Bruno, Restart mysqld. Peter. - Original Message - From: "bruno peracchio" <[EMAIL PROTECTED]> To: "mysql-list" <[EMAIL PROTECTED]> Sent: Sunday, December 22, 2002 4:40 PM Subject: mysql.sock > Hi > > how can I do to restore mysql.sock? > > Thank in advance > > > > > -

Re: mysql.sock error

2002-12-07 Thread Benjamin Pflugmann
Hello. On Fri 2002-12-06 at 14:32:13 -0600, [EMAIL PROTECTED] wrote: > after trying this it shows mysql as running, but /tmp/mysql.sock as > not being created. i stopped mysql and then started it again, and > the same thing happened...still no mysql.sock? should i just > reinstall? what is the b

Re: mysql.sock error

2002-12-06 Thread Jeff Hollingshead
after trying this it shows mysql as running, but /tmp/mysql.sock as not being created. i stopped mysql and then started it again, and the same thing happened...still no mysql.sock? should i just reinstall? what is the best way to go about fixing this problem? thank you. jeff > ps -wef | gre

Re: mysql.sock error

2002-12-03 Thread Bhavin Vyas
ps -wef | grep mysqld should show if the daemon is actually running or not. Check to make sure. Then, ls /tmp/mysql.sock will show you if the mysql file was created or not. Bhavin. - Original Message - From: "Jeff Hollingshead" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Dec

RE: mysql.sock error

2002-12-03 Thread Adolfo Bello
Check if mysql is started by entering ps -ax | grep -i mysql If not started try: service mysql start Adolfo > -Original Message- > From: Jeff Hollingshead [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 5:17 PM > To: [EMAIL PROTECTED] > Subject: mysql.sock error > > >

re: mysql.sock

2002-11-11 Thread Egor Egorov
Greetings to everyone. I have trouble getting mysql shell to use masdmdh> mysql.sock file which is not located in /tmp. I fixed all entries in masdmdh> /etc/my.cnf but mysql shell still complains about /tmp/mysql.sock missing. masdmdh> The only workaround I have found is --socket. masdmdh> Is the

re: Mysql.sock does't exist

2002-10-16 Thread Victoria Reznichenko
perumal, Wednesday, October 16, 2002, 1:07:14 PM, you wrote: p>I have installed mysql-max-3.23.51.tar file on linux machine. p> I gave all options which they have given in the INSTALL BINARY file. p> such as p> shell> groupadd mysql p> shell> useradd -g mysql mysql p>

re: mysql.sock mystery!

2002-09-30 Thread Victoria Reznichenko
ÀÌö¿ì(õ¸®¾È), Saturday, September 28, 2002, 9:42:24 AM, you wrote: ÀÃ> I'm new to MySQL. ÀÃ> Anyway... ÀÃ> My O/S is FreeBSD 4.6. ÀÃ> In /etc/hosts there are only two line. ÀÃ> 127.0.0.1localhostlocalhost.paldal.com ÀÃ> 192.168.0.88unix.paldal.comunix ÀÃ> And in /et

Re: mysql.sock

2002-08-21 Thread Egor Egorov
OZGUR, Wednesday, August 21, 2002, 10:09:06 AM, you wrote: OG> I am very new with mysql. I have just installed it to Sun OS but there OG> is a message " ERROR 2002: Can't connect to local MySql server thought OG> '/tmp/mysql.sock' (2)". OG> Does anyone have knowledge about problem and help me?

RE: mysql.sock

2002-08-21 Thread Bryant Hester
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ozgur, I would make sure that your MySQL server is running. I believe this problem has been asked many a-time, and should be covered in the documentation. HTH, Bryant Hester Juxtapose, inc. > Hi All, > I am very new with mysql. I have just insta

RE: mysql.sock

2002-08-21 Thread OZGUR GENC
> Hi All, > I am very new with mysql. I have just installed it to Sun OS but there > is a message " ERROR 2002: Can't connect to local MySql server thought > '/tmp/mysql.sock' (2)". > Does anyone have knowledge about problem and help me? > Regards, *

Re: mysql.sock

2002-07-01 Thread Egor Egorov
Rahadul, Saturday, June 29, 2002, 12:08:50 AM, you wrote: RK> I have mysql running on RaQ4 system. I tried to move /var/lib/mysql to RK> /home/mysql and then change the datadir to /home/mysql in safe_mysqld RK> file, but it didn't work. so I copied back the /home/mysql to RK> /var/lib/myql, and

Re: mysql.sock

2002-06-08 Thread Cindy Nelson
k. I use SuSE 7.0. Good Luck. Cindy At 01:59 PM 6/8/2002 -0500, you wrote: >is not in /etc >how do I put that soft link? > >- Original Message - >From: "adam" <[EMAIL PROTECTED]> >To: "Oscar Mena" <[EMAIL PROTECTED]> >Cc: <[EMAIL

Re: mysql.sock

2002-06-08 Thread adam
Oscar Mena wrote: > is not in /etc > how do I put that soft link? > > - Original Message - > From: "adam" <[EMAIL PROTECTED]> > To: "Oscar Mena" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, June 08, 2002

Re: mysql.sock

2002-06-08 Thread Oscar Mena
is not in /etc how do I put that soft link? - Original Message - From: "adam" <[EMAIL PROTECTED]> To: "Oscar Mena" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, June 08, 2002 1:47 PM Subject: Re: mysql.sock > Oscar Mena wrote:

Re: mysql.sock

2002-06-08 Thread adam
Oscar Mena wrote: > Im trying to configure MySQL on a RaQ Cobalt > everything seems fine > but then I type ./mysql -u root -p > and type my pass > and I get ERROR 2002: Can't connect to local MySQL server through socket > '/tmp/mysql.sock' > (111) > > I took a look at mysql.sock and that file is

Re: mysql.sock difficulties

2002-05-15 Thread Mark
- Original Message - From: "Scott J. Pearson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 7:13 PM Subject: mysql.sock difficulties > I installed one version of MySQL but had to reinstall MySQL. > Thus, I manually deleted the first installation, > including /

Re: mysql.sock file does not get created

2002-05-04 Thread Victoria Reznichenko
vigneshvg, Saturday, May 04, 2002, 8:59:40 AM, you wrote: v>Description: v> I try to run the mysqld script to start the MySQL server. It starts, then immediately I get a message saying it has ended. v> [root@localhost init.d]# ./mysql.server start v> [root@localhost init.d]# Starting mysqld da

Re: Mysql.sock missing

2002-04-23 Thread Egor Egorov
Charitha, Tuesday, April 23, 2002, 11:58:37 AM, you wrote: C> REALFROM: Charitha <[EMAIL PROTECTED]> C> HOUR: 2002042312 C> Hello all, C> I am facing very strange problem C> I am not having mysql.sock in /var/lib/mysql C> But it is showing its status to be running. C> How could it be? Chec

Re: Mysql.sock missing

2002-04-23 Thread Hisseine Dj.
Don't worry if it's running then you can find that file else where on your system; try to look for in /tmp Hisseine - Original Message - From: "Charitha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 23, 2002 4:58 AM Subject: Mysql.sock missing > > Hello all, > > I a

Re: Mysql.sock missing

2002-04-23 Thread
Heya! Perhaps because its mysqld.sock ? Check your my.cnf file to see how your configuration is configured (what file and what path the socket file is) [mysqld] socket = /var/run/mysqld/mysqld.sock EG > > Hello all, > > I am facing very strange problem > > I am not having mysql.sock

RE: mysql.sock

2002-03-19 Thread Egor Egorov
mysql. AF> -Original Message- AF> From: Egor Egorov [mailto:[EMAIL PROTECTED]] AF> Sent: Monday, March 18, 2002 4:04 AM AF> To: [EMAIL PROTECTED] AF> Subject: RE: mysql.sock AF> Art, AF> Monday, March 18, 2002, 3:50:19 AM, you wrote: AF>> I get AF>&g

RE: mysql.sock

2002-03-18 Thread Art Fore
mysql. Art -Original Message- From: Egor Egorov [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 4:04 AM To: [EMAIL PROTECTED] Subject: RE: mysql.sock Art, Monday, March 18, 2002, 3:50:19 AM, you wrote: AF> I get AF> drwxr-xr-x 4 mysqldaemon 540 Mar 17 17:44

RE: mysql.sock

2002-03-18 Thread Egor Egorov
Art, Monday, March 18, 2002, 3:50:19 AM, you wrote: AF> I get AF> drwxr-xr-x 4 mysqldaemon 540 Mar 17 17:44 mysql MySQL datadir should belong to user 'mysql'. chown -R mysql.mysql /var/lib/mysql AF> Art AF> From: Dan Vande More [mailto:[EMAIL PROTECTED]] AF> That's because y

RE: mysql.sock

2002-03-17 Thread Art Fore
I get drwxr-xr-x 4 mysqldaemon 540 Mar 17 17:44 mysql Art -Original Message- From: Dan Vande More [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 5:27 PM To: [EMAIL PROTECTED] Subject: RE: mysql.sock That's because you get this: '020317 16:48:10 my

RE: mysql.sock

2002-03-17 Thread Dan Vande More
6 23:00 mysql' -Original Message- From: Art Fore [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 6:04 PM To: [EMAIL PROTECTED] Subject: RE: mysql.sock Found the file there, guess I missed it or it got created after I looked before If I run ./safe_mysqld --user=mysql &

RE: mysql.sock

2002-03-17 Thread Art Fore
rd: I then get connect to server at 'localhost failed If I run mysqld -ping, I get all kinds of info back. So guess I am completely lost. Art -Original Message- From: Mark Maunder [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 4:12 PM To: [EMAIL PROTECTED] Cc: [EMAIL PRO

Re: mysql.sock

2002-03-17 Thread Mark Maunder
Art, Do you mean, whenever you try to run the 'mysql' client you get that error? That usually happens because you are trying to connect to the mysql server using the mysql client running on the same machine i.e. localhost. It's because the mysql client uses a socket file when connecting locally a

  1   2   >