Jesse <[EMAIL PROTECTED]> wrote:
> anyone know why the mysql daemon fails to start after I set the root
> password according to this:
>
> http://dev.mysql.com/doc/mysql/en/Default_privileges.html
>
> I use the command:
>
> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpwd');
> SET PASSWORD
OK thx to MATHAN's previous post.
Solution:
Executed the following commands..
# chown -R mysql /var/lib/mysql
# chmod 700 /var/lib/mysql
Then started the daemon.
Thx
-EKG
From: ekg1
To: [EMAIL PROTECTED]
Sent: Saturday, November 08, 2003 1:39 AM
Subject: Mysql daemon dies on startu
If you had installed RedHat's RPM, then you should be able to start MySQL
with /etc/rc.d/init.d/mysql start
Regards
Richard KHOO Guan Chen
On Wed, 26 Mar 2003, Toto Gamez wrote:
> i installed mysql-3.23.41-1 on my RH7.2 box but when i run safe_mysqld, mysql
> daemon started but di
The mysql data directories and files must be owned by mysql.
Error 13 is a permission denied operating system error.
Toto Gamez wrote:
i installed mysql-3.23.41-1 on my RH7.2 box but when i run safe_mysqld, mysql daemon
started but dies i tried to check the log and says:
030326 14:35:46 mysqld
Hi,
On Wed, Mar 26, 2003 at 02:46:15PM +0800, Toto Gamez wrote:
> i installed mysql-3.23.41-1 on my RH7.2 box but when i run safe_mysqld, mysql
> daemon started but dies i tried to check the log and says:
> 030326 14:35:46 mysqld started
> 030326 14:35:47 /usr/libexec/mysqld: Can't find file:
ps ax | head -1
PID TT STAT TIME COMMAND
from 'man ps'
TT is the controlling terminal.
a ?? in the TT column means that it is not controlled by a terminal.
Daemons and some background processes detach from terminals.
This is normal and to be expected for mysqld and other daemons started
[localhost:~] ll% ps ax | grep mysqld
t> 349 ?? S 0:00.04 sh ./bin/safe_mysqld
t> 385 ?? S 0:00.08 /usr/local/mysql-3.23.51/bin/mysqld
t> 10102 std R+ 0:00.00 grep mysqld
t> [localhost:~] ll%
t> Are these "??" supposed to be there, what do they mean?
It means the this pro
Hoffmann, Sven (thingk) writes:
> hi everybody,
>
> i am new to mysql, got it up and running nicely under macos X 10.1,
> BUT i can't stop the daemon!
> "myqsqladmin shutdown" used with correct arguments does not show any effect.
> a normal "kill" won't do either. "kill -9" is the only option to
Hi Fred,
You might want to look into www.netsaint.org . The mysql plugin is
in the contrib directory, you can add functions like restart,
althougth safe_mysqld should restart the daemon itself.
best of luck,
Ken
- Original Message -
From: "Fred Taurus" <[EMAIL PROTECTED]>
To: <[EMAIL P
In the last episode (Jan 05), Fred Taurus said:
> I am looking for a solution in order to monitoring mysql daemon to
> restart automatically the daemon when is down.
>
> I was thinking maybe there is a possibility like services watching in
> the cobalt interface
The mysqld_safe script already do
Fred,
You could use something like daemontools (http://cr.yp.to/daemontools.html)
or safetynet (http://www.unixpimps.org/software/safetynet/).
All assuming you are using a UNIX-type platform, of course.
Tom Haapanen
[EMAIL PROTECTED]
-Original Message-
From: Fred Taurus [mailto:[EMAIL
At 15:06 20/11/2001 +, Sandeep Murthy wrote:
Hi,
Every time you have problems to start the server, the best way
to find the problem is try the start in the prompt DOS mode
using the parameters --standalone --console.
In this way you should see the message error and fix it. Also
you find at /
Unable to start the service MySQL thru ctl panel/services too.
Tried reinstalling MySQL but to no avail...
frustrating...
sandeep
- Original Message -
From: "yilmaz" <[EMAIL PROTECTED]>
To: "Sandeep Murthy" <[EMAIL PROTECTED]>
Sent: Tuesday, November 20,
Since you failed to check the error log and post it here I can only guess.
chown -R mysql /usr/local/mysql
R Talbot wrote:
> I have deleted the Mysql 3.22.32 install and compiled
> source for and installed Mysql 3.23.40.
> The new installation resides at /usr/local/mysql.
> Make Test did f
> I nave no problem in running mysqld.
> But my Linux machine have only 32 Mb of RAM.
> I just like to make mysqld load *on demand*.
Just for reference, most modern *nix variants will
handle this situation properly. If MySQL isn't doing
anything, its memory space will get swapped out to
disk and
VDA wrote:
>
> Hi,
>
> Friday, August 10, 2001, 8:05:41 PM, David Harrison <[EMAIL PROTECTED]>
>wrote:
> DH> You can't use inetd, but if you have a machine with System V type run
> DH> levels, the file support-files/mysql.server can be placed in
> DH> /etc/rc.d/init.d or whatever your flavor of
At 11:43 AM 6/7/2001 -0400, Duane Douglas wrote:
>At 02:44 PM 6/7/2001 +0800, Rolf Hopkins wrote:
>>Sure it hasn't already started? Do ps -ef | grep mysqld to find out.
i resolved this issue. please disregard.
if (duane.douglas) { coder = asp * cold fusion * xml * xsl * sql server *
javascrip
At 02:44 PM 6/7/2001 +0800, Rolf Hopkins wrote:
>Sure it hasn't already started? Do ps -ef | grep mysqld to find out.
>
>- Original Message -
>From: "Duane Douglas" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Thursday, June 07, 2001 12:57
>Subject: mysql daemon aborting abnormally
Sure it hasn't already started? Do ps -ef | grep mysqld to find out.
- Original Message -
From: "Duane Douglas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 07, 2001 12:57
Subject: mysql daemon aborting abnormally (rh linux 6.2)
> hi gang!
>
> after much hassle, i s
Since you did not
./mysql_install_db --user=mysql
the files are owned by the wrong id.
chown -R mysql /usr/home/treebc.com/mysql/var
if that is the correct location for the database directories.
nirmala wrote:
>
> Hi,
> We have installed Mysql on our server(UNIX) . When I am telnet into
On Thu, 1 Mar 2001, nirmala wrote:
> Hi,
> We have installed Mysql on our server(UNIX) . When I am telnet into the
> server and try to start Mysql by below procedure, I am getting problem.
> Anyone can help me.
>
> [/usr/home/tree/www/treebc.com] : {2} % cd mysql/bin
> [/usr/home/tree/www/tr
3 PM
> To: Hyup Cho(Etec)
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: mysql daemon problem
>
> On Tue, Feb 20, 2001 at 03:11:18PM -0800, Hyup Cho(Etec) wrote:
> > Hi mysql support,
> >
> > I got the following error message whenever I tried to run mysqld
On Tue, Feb 20, 2001 at 03:11:18PM -0800, Hyup Cho(Etec) wrote:
> Hi mysql support,
>
> I got the following error message whenever I tried to run mysqld
> daemon.
> It worked before but it's something wrong about getting passwd, I
> think.
> What caused this error ?
> My system is Linux i686 syst
Suse 7.0 when I ran rpm -Uhv MySql*3.23.32-1.i386.rpm against the sever, the
client and the
shared rpms.It ran without error and created the appropriate files on a 10 gig
/var/lib/mysql.
I moved the contents of mysql to /dbshare and created a symbolic link in /var/lib
called mysql which pointed
24 matches
Mail list logo