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
Здравствуйте, 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
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
(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
|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
Do you have any cron jobs that clear the /tmp directory during the day?
Regards
---
** _/ ** David Logan
*** _/ *** ITO Delivery Specialist - Database
*_/* Hewlett-Packard
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
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
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
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
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
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
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
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
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
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
Original Message
Subject: Re: mysql.sock
From:"Jonathan Villa" <[EMAIL PROTECTED]>
Date:Sat, July 24, 2004 1:42 pm
To: "Levi Campbe
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
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
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://
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
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
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
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
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&
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
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
> 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
> 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
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
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
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-
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
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
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
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
--
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]
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
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:
[
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
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
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
>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
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
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
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
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
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
-
> 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
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
> 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
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
> 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
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
> 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
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/
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
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
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
>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.
-
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
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
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
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
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
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 -
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
>
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
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
"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
>
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
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
>
>
>
>
> ---
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
>
>
>
>
> -
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
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
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
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
>
>
>
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
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>
ÀÌö¿ì(õ¸®¾È),
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
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?
-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
> 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,
*
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
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
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
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:
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
- 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 /
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
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
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
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
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
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
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
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
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 &
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
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 - 100 of 154 matches
Mail list logo