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 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 file

2001-05-23 Thread Dennis
nis [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 23, 2001 3:37 PM >To: Angerer, Chad; [EMAIL PROTECTED] >Subject: RE: mysql.sock file > > >At 05:48 PM 05/22/2001, Angerer, Chad wrote: > >Dennis, > > > >do a find / -name mysql.sock 2>/dev/null to find exactly

RE: mysql.sock file

2001-05-23 Thread Dennis
At 05:48 PM 05/22/2001, Angerer, Chad wrote: >Dennis, > >do a find / -name mysql.sock 2>/dev/null to find exactly where mysql puts >this file.. My rpm install put it in >/var/lib/mysql/mysql.sock > >Find where your mysql.sock file is and make a symbolic on it pointing to >/tmp/mysql.sock > >ln -s

Re: mysql.sock file

2001-05-22 Thread Siomara Pantarotto
I faced the same problem and I solved it by creating a link under tmp called mysqld.sock pointing to my mysql.sock let me know if it helped Siomara >From: Dennis <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: mysql.sock file >Date: Tue, 22 May 2001 16:56:19 -0400 > >We have a client pro

RE: mysql.sock file

2001-05-22 Thread Angerer, Chad
Dennis, do a find / -name mysql.sock 2>/dev/null to find exactly where mysql puts this file.. My rpm install put it in /var/lib/mysql/mysql.sock Find where your mysql.sock file is and make a symbolic on it pointing to /tmp/mysql.sock ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock Also check