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
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
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
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
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
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
13 matches
Mail list logo