Re: Does it matter: safe_mysqld or mysqld_safe?

2003-12-23 Thread Neculai Macarie
> I am on 4.0.17 does it really matter how I start the > server? whether I use /bin/safe_mysqld or > /bin/mysqld_safe? safe_mysqld is a link to mysqld_safe, so no, it doesn't matter. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubs

Does it matter: safe_mysqld or mysqld_safe?

2003-12-23 Thread Aleksei Wolff
I am on 4.0.17 does it really matter how I start the server? whether I use /bin/safe_mysqld or /bin/mysqld_safe? Thanks. __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree -- MySQL General Mailing List

Re: safe_mysqld not letting go of tty on remote start

2003-07-21 Thread chad kellerman
Actually evern if I hit enter it keeps the tty. The only way I can get it to release is to nohup the ${MYSQL}/bin/sae_mysqld, if not I actually have to shutdown the term window and reconnect.. Chad On Mon, 2003-07-21 at 13:57, gerald_clark wrote: > It writes a status message to the screen, and

Re: safe_mysqld not letting go of tty on remote start

2003-07-21 Thread Paul DuBois
At 13:43 -0400 7/21/03, chad kellerman wrote: Hey guys, Anyone ever notice that when you restart mysql ( whether is be thru mysql.server or ${MYSQL}/bin/sae_mysqld the tty stays connected. Thanks, Chad This may be a function of your operating system. I notice this when I connect via ssh from

Re: safe_mysqld not letting go of tty on remote start

2003-07-21 Thread gerald_clark
It writes a status message to the screen, and overwrites your shell prompt. Hit enter, and you will probably find that you have a prompt afterall. chad kellerman wrote: Hey guys, Anyone ever notice that when you restart mysql ( whether is be thru mysql.server or ${MYSQL}/bin/sae_mysqld the tt

safe_mysqld not letting go of tty on remote start

2003-07-21 Thread chad kellerman
Hey guys, Anyone ever notice that when you restart mysql ( whether is be thru mysql.server or ${MYSQL}/bin/sae_mysqld the tty stays connected. Thanks, Chad -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL

Re: can't start safe_mysqld

2003-03-23 Thread Martin
From: "Andreas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 23, 2003 7:44 PM Subject: Re: can't start safe_mysqld > > I could not start ./safte_mysql. > > > Error message: > > touch: /usr/local/mysql/var/gemini.err canno

Re: can't start safe_mysqld

2003-03-23 Thread Andreas
I could not start ./safte_mysql. Error message: touch: /usr/local/mysql/var/gemini.err cannot create chown: /usr/local/mysql/var/gemini.err: No such file or directory Starting mysqld daemon with databases from /usr/local/mysql/var ./safe_mysqld: /usr/local/mysql/var/gemini.err: cannot create the

can't start safe_mysqld

2003-03-12 Thread edwin lin
I could not start ./safte_mysql. Error message: touch: /usr/local/mysql/var/gemini.err cannot create chown: /usr/local/mysql/var/gemini.err: No such file or directory Starting mysqld daemon with databases from /usr/local/mysql/var ./safe_mysqld: /usr/local/mysql/var/gemini.err: cannot create So I

I execute safe_mysqld and it deads

2002-12-29 Thread root
>Description: I have installed in my PC the distribution for use Berkeley data bases, and when i try to execute the mysql server, it fails, and in data directory there isn't the errors log file >How-To-Repeat: Only execute >Fix: >Submitter-Id: [EMAIL PROTE

re: Problem opening/finding default database when running mysqld through 'safe_mysqld &' command...

2002-12-16 Thread Victoria Reznichenko
On Friday 13 December 2002 09:16, Chris Wagner wrote: >Firstly, I don't believe this is a bug, but I really can't figure it > out. I've installed MySQL through the Red Hat 8 distribution CDs. When I > run safe_mysqld, I have the following message: > >[ro

Re: MySQL 3.23.54 safe_mysqld fix

2002-12-14 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 12 Dec 2002, Nick wrote: > The following code is incorrect in safe_mysqld on 3.23.54 at least (that > is all I have checked) > > Line 162: > if $NOHUP_NICENESS -gt 0 > then > $NOHUP_NICENESS="ni

Syntax error in safe_mysqld (and safe_mysqld.sh)

2002-12-14 Thread imacat
>Description: I found 3 syntax errors found in safe_mysqld (and safe_mysqld.sh), in both source and binary distribution of MySQL 3.23.54. Since syntax errors are appearent, so I just post the patch file here to fix it. diff -u -r mysql-3.23.54/scripts/safe_mysqld.sh mysql-3.23

Re: Syntax error in safe_mysqld (and safe_mysqld.sh)

2002-12-14 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Fri, 13 Dec 2002, imacat wrote: > >Description: > I found 3 syntax errors found in safe_mysqld (and safe_mysqld.sh), > in both source and binary distribution of MySQL 3.23.54. Since syntax errors > are appearent, so

/usr/bin/safe_mysqld: 5: command not found (WAS: Re: 3.23.54 compile error)

2002-12-14 Thread Joshua J . Kugler
I got that as well., and like the case below, MySQL is up and running just fine. I tried looking in safe_mysqld for a spurious '5' but couldn't find anything. Does anyone know what's up with the most recent safe_mysqld? j-- k- On Thursday 12 December 2002 17:

Re: MySQL 3.23.54 safe_mysqld fix

2002-12-12 Thread tibyke
what an important piece of information, thanks, Nick! tibyke On Thu, 12 Dec 2002 12:46:10 -0600 "Nick" <[EMAIL PROTECTED]> wrote: N> The following code is incorrect in safe_mysqld on 3.23.54 at least (that N> is all I have checked) N> N> Line 162: N> if $NOH

MySQL 3.23.54 safe_mysqld fix

2002-12-12 Thread Nick
The following code is incorrect in safe_mysqld on 3.23.54 at least (that is all I have checked) Line 162: if $NOHUP_NICENESS -gt 0 then $NOHUP_NICENESS="nice --$NOHUP_NICENESS nohup" This needs to be: if test $NOHUP_NICENESS -gt 0 then NOHUP_NICE

Re: safe_mysqld will not start correctly

2002-12-10 Thread Heikki Tuuri
Matt, - Original Message - From: ""Matt Allen"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Tuesday, December 10, 2002 8:10 PM Subject: safe_mysqld will not start correctly > > Could someone please tell me how to fix this problem: what

safe_mysqld will not start correctly

2002-12-10 Thread Matt Allen
Could someone please tell me how to fix this problem: 021210 12:50:49 mysqld started 021210 12:50:52 InnoDB: Database was not shut down normally. InnoDB: Starting recovery from log files... InnoDB: Starting log scan based on checkpoint at InnoDB: log sequence number 0 2785410520 InnoDB: Doing r

In RPM install filehandle to MySQL-RPM is not closed before safe_mysqld is started

2002-11-15 Thread Martin Lorensen
ql script >Submitter-Id: >Originator:Martin Lorensen >Organization: Tele2 A/S >MySQL support: none >Synopsis: In RPM install filehandle to MySQL-RPM is not closed before >safe_mysqld is started >Severity: non-critical >Priority: low >Category: m

Re: Why does safe_mysqld runs as root?

2002-11-12 Thread Michael T. Babcock
Black, Kelly W [PCS] wrote: Get on out there with your bad self Michael !! Oh yeah :-) Long day, mind you, http://www.tuxedo.org/~esr/faqs/smart-questions.html came to mind, but I refrained myself (the first time). SQL ... QUERY ... KEYWORD ... STUPID ... SPAM ... SYSTEM ... SUICIDE ... H

RE: Why does safe_mysqld runs as root?

2002-11-12 Thread Black, Kelly W [PCS]
Get on out there with your bad self Michael !! :) ~KB -Original Message- From: Michael T. Babcock [mailto:mbabcock@;fibrespeed.net] Sent: Tuesday, November 12, 2002 3:23 PM To: David Kramer Cc: '[EMAIL PROTECTED]' Subject: Re: Why does safe_mysqld runs as root? David Kr

Re: Why does safe_mysqld runs as root?

2002-11-12 Thread Michael T. Babcock
attribute user=mysql under [mysqld], mysql should start under the user mysql? I'm going to say this again: - The user that mysqld runs as is configured in my.cnf as per the online documentation at http://www.mysql.com/doc/en (great stuff; read it lots). - The user that launches safe_mysq

RE: Why does safe_mysqld runs as root?

2002-11-12 Thread Paul DuBois
bject: Re: Why does safe_mysqld runs as root? On Tue, Nov 12, 2002 at 12:06:36PM -0800, David Kramer wrote: Im curious as to why safe_mysqld runs as root? I have changed the owenership and group to mysql and my my.cnf file looks like: Because you start it as root, maybe? -- Jeremy D. Za

RE: Why does safe_mysqld runs as root?

2002-11-12 Thread David Kramer
[mysqld], mysql should start under the user mysql? Thanks much, DK -Original Message- From: Michael T. Babcock [mailto:mbabcock@;fibrespeed.net] Sent: Tuesday, November 12, 2002 12:58 PM To: David Kramer Cc: '[EMAIL PROTECTED]' Subject: Re: Why does safe_mysqld runs as root? Da

Re: Why does safe_mysqld runs as root?

2002-11-12 Thread Michael T. Babcock
with your computer's boot sequence? If not, don't touch it. The my.cnf file doesn't change how your platform launches safe_mysqld. Wherever your computer runs safe_mysqld, make sure it does it as the user you want it to run as. Again, if you're unsure how to do this, consid

RE: Why does safe_mysqld runs as root?

2002-11-12 Thread David Kramer
@;Zawodny.com] Sent: Tuesday, November 12, 2002 12:06 PM To: David Kramer Cc: [EMAIL PROTECTED] Subject: Re: Why does safe_mysqld runs as root? On Tue, Nov 12, 2002 at 12:06:36PM -0800, David Kramer wrote: > Im curious as to why safe_mysqld runs as root? I have changed the > owenership and gr

Re: Why does safe_mysqld runs as root?

2002-11-12 Thread Jeremy Zawodny
On Tue, Nov 12, 2002 at 12:06:36PM -0800, David Kramer wrote: > Im curious as to why safe_mysqld runs as root? I have changed the > owenership and group to mysql and my my.cnf file looks like: Because you start it as root, maybe? -- Jeremy D. Zawodny | Perl, Web, MySQL, Linux Ma

Why does safe_mysqld runs as root?

2002-11-12 Thread David Kramer
Im curious as to why safe_mysqld runs as root? I have changed the owenership and group to mysql and my my.cnf file looks like: [mysqld] user=mysql port=3306 socket=/var/lib/mysql/mysql.sock [mysql_server] user=mysql port=3306 socket=/var/lib/mysql/mysql.sock Any thoughts are welcome. Thanks

RE: safe_mysqld crashing

2002-11-04 Thread Kip Turk
On Mon, 4 Nov 2002, Alston, Tony wrote: > Kip, > > Do you use RedHat's 'up2date' program? No, but it was a problem with glibc (sort of) anyhow. The problem is resolved. For posterity, here's what we did. 1.) Per the bug report at https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=75128,

safe_mysqld crashing

2002-11-04 Thread Kip Turk
I tried to send this Friday, but was a bit frazzled and probably didn't give enough information. So, I'll try again and see if anyone can help. My RedHat 7.3 system running MySQL 3.23.52 crashed. On reboot, everything came up normally except MySQL. When safe_mysqld is run,

safe_mysqld bind-address

2002-10-28 Thread Centaur zeus
Hi all , I am trying to do the following : [root@xxx bin]# ./safe_mysqld --bind-address=192.168.1.222 Starting mysqld daemon with databases from /usr/local/mysql/var but when I telnet xxx 3306, the mysqld have the following response: ./safe_mysqld: line 1: 12325 Segmentation fault nice

Re: safe_mysqld fails. Can't read .err log

2002-10-21 Thread Gelu Gogancea
PROTECTED] [EMAIL PROTECTED] - Original Message - From: "melissa allman " <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 7:41 PM Subject: safe_mysqld fails. Can't read .err log > Hi, > I am having a problem with Mysql

safe_mysqld fails. Can't read .err log

2002-10-21 Thread melissa allman
Hi, I am having a problem with Mysql starting. It has been fine for 2 years. I am invoking safe_mysqld - This is issuing the start of the databases in the appropriate directory but I then receive the message that the mysql daemone ends. I have tried to read the .err log which exists in the

Where's safe_mysqld?

2002-10-16 Thread Michael Widenius
Hi! >>>>> "Chung" == Chung Ha-nyung <[EMAIL PROTECTED]> writes: Chung> Dear, Chung> I installed MySQL 4.0.4 from source tarball and I found that Chung> "safe_mysqld" is Chung> mentioned here and there in the manual but I can't wh

Re: Where's safe_mysqld?

2002-10-15 Thread Jeremy Zawodny
On Wed, Oct 16, 2002 at 10:06:43AM +0900, Chung Ha-nyung wrote: > > Dear, > > I installed MySQL 4.0.4 from source tarball and I found that > "safe_mysqld" is > mentioned here and there in the manual but I can't where it, > safe_mysqld, is > locat

Where's safe_mysqld?

2002-10-15 Thread Chung Ha-nyung
Dear, I installed MySQL 4.0.4 from source tarball and I found that "safe_mysqld" is mentioned here and there in the manual but I can't where it, safe_mysqld, is located. All that I found with `find . -name "*safe"*"' command is mysqld_safe script. Th

wrong format in safe_mysqld

2002-10-02 Thread tobias . nutt
SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: From: root To: [EMAIL PROTECTED] Subject: wrong format in safe_mysqld Description: format string in echo/dat

RE: safe_mysqld - my.cnf weird foo

2002-07-18 Thread Shon Stephens
thanks victoria. now that is cleared up for me. -Original Message- From: Victoria Reznichenko [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 8:41 AM To: [EMAIL PROTECTED] Subject: Re: safe_mysqld - my.cnf weird foo Shon, Tuesday, July 16, 2002, 10:45:19 PM, you wrote: SS>

Re: safe_mysqld - my.cnf weird foo

2002-07-18 Thread Victoria Reznichenko
Shon, Tuesday, July 16, 2002, 10:45:19 PM, you wrote: SS> i configure/make/make install mysql-3.23.51 on sparc solaris using SS> gcc-2.95.2. i used the configure option --sysconfdir=/usr/local/etc. SS> i ran the mysql_install_db script, i performed all the chown/chgrp SS> operations, i copied mys

safe_mysqld - my.cnf weird foo

2002-07-16 Thread Shon Stephens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 i configure/make/make install mysql-3.23.51 on sparc solaris using gcc-2.95.2. i used the configure option --sysconfdir=/usr/local/etc. i ran the mysql_install_db script, i performed all the chown/chgrp operations, i copied mysql.server to /etc/rc3.

Re: question about safe_mysqld

2002-07-15 Thread Egor Egorov
Haany, Sunday, July 14, 2002, 6:16:30 AM, you wrote: HB> i am just installing the new mysql 3.23.51 for my HB> linux 7.3. HB> The problem is after unzipping the tar.gz file and HB> running the mysql_install_db (which runs perfectly), HB> when i tried to run the safe_mysql &, the mysqld is HB>

Re: question about safe_mysqld

2002-07-13 Thread pushkin
you need to start the service. service mysqld start JM On Sat, Jul 13, 2002 at 08:16:30PM -0700, Haany Boyke wrote: > Hi, > i am just installing the new mysql 3.23.51 for my > linux 7.3. > The problem is after unzipping the tar.gz file and > running the mysql_install_db (which runs perfect

Re: question about safe_mysqld

2002-07-13 Thread tlr7425
though not for your OS, I'd look for clues here: http://www.entropy.ch/software/macosx/ Ll on 7/13/02 11:16 PM, Haany Boyke, typed: > Hi, > i am just installing the new mysql 3.23.51 for my > linux 7.3. > The problem is after unzipping the tar.gz file and > running the mysql_install_db (which r

question about safe_mysqld

2002-07-13 Thread Haany Boyke
Hi, i am just installing the new mysql 3.23.51 for my linux 7.3. The problem is after unzipping the tar.gz file and running the mysql_install_db (which runs perfectly), when i tried to run the safe_mysql &, the mysqld is ended immediately. [1] 3207 # Starting mysqld daemon with database from

Re: very minor bug in safe_mysqld script

2002-07-11 Thread Victoria Reznichenko
don't change value of socket It works fine for me. shell> MYSQL_UNIX_PORT=/tmp/mysql.sock shell> export MYSQL_UNIX_PORT shell> safe_mysqld & mysql> show variables like "socket"; +---+-+ | Variable_name | Value | +---+

very minor bug in safe_mysqld script

2002-07-10 Thread mysqlc
ation: >MySQL support: [none | licence | email support | extended email support ] >Synopsis: safe_mysqld script does not pass value of --socket to mysqld mysqld >does not use environment MYSQL_UNIX_PORT >Severity: non-critical >Priority: low >Category:

safe_mysqld only runs if I su to mysql first

2002-06-06 Thread nate
this is weird. I have been running mysql 3.23.40 for a long time, no problems. I attempted an upgrade to 3.23.49, but mysql segfaults when I load safe_mysqld as uid root. my typical startup for mysql would be: /usr/local/mysql/bin/safe_mysqld --user=mysql -O key_buffer=128M -O table_cache=512

Re: Core dump when execute safe_mysqld

2002-04-11 Thread Egor Egorov
Truc, Wednesday, April 10, 2002, 8:25:35 PM, you wrote: TT> >Description: TT> I have downloaded a binary version of mysql, perform all installations steps TT> from the manual. As soon as I started to execute safe_mysqld --user=mysql & TT> I got

Core dump when execute safe_mysqld

2002-04-10 Thread Truc . Tran
>Description: I have downloaded a binary version of mysql, perform all installations steps from the manual. As soon as I started to execute safe_mysqld --user=mysql & I got a core dump and the program exited. Please help >How-To-Repeat:

Re: Re: Starting problem with safe_mysqld

2002-04-09 Thread Victoria Reznichenko
Kannan, Tuesday, April 09, 2002, 7:54:07 AM, you wrote: K> You need to create a user mysql and also create a group mysql and add the user K> to the group..You will find this in the installation docs.. Using commands of your OS ... It is described in the MySQL manual in the section 2.2.7 Install

Re: Starting problem with safe_mysqld

2002-04-08 Thread Dicky Wahyu Purnomo
On Tue, 9 Apr 2002 10:15:00 +0530 "pradeep" <[EMAIL PROTECTED]> wrote: > Hi , > I m new to MYSQL. While trying to run the deamon safe_mysqld .I am getting > the following message. > *** > ./safe_

Re: Starting problem with safe_mysqld

2002-04-08 Thread Kannan_R
Kannan R/Satyam) Subject Starting problem

Starting problem with safe_mysqld

2002-04-08 Thread pradeep
Hi , I m new to MYSQL. While trying to run the deamon safe_mysqld .I am getting the following message. *** ./safe_mysqld chown: unknown user id mysql Starting mysqld daemon with databases from /usr/local/mysql/var 020408 05:30

Re: Problem with starting safe_mysqld

2002-04-05 Thread Egor Egorov
Satyanarayana, Thursday, April 4, 2002, 9:53:53 PM, you wrote: SVR> I have installed the source code of version 3.23.47, the most stable version. The most stable version is 3.23.49, not .47. SVR> I am working on Redhat linux 7.0 version. SVR> I have complied it, made some changes (have

Problem with starting safe_mysqld

2002-04-04 Thread Satyanarayana V R
changes (have put some printf's), recompiled and it works fine. But all of a sudden when I execute command: $ safe_mysqld & the mysql server gets restarted again and again. I have opened the error log file and I get following message: 020404 23:49:05 mysql

Re: Manual references to safe_mysqld

2002-02-14 Thread Michael Widenius
Hi! (Please continue this thread only on the internals list) > "Ken" == Ken Menzel <[EMAIL PROTECTED]> writes: Ken> Hi Monty and Jeremy, >> We have been a bit reluctant to update the manual, as most of our >> users are still using 3.23 and could easily be confused by this. >> >> I think

Re: Manual references to safe_mysqld

2002-02-12 Thread Ken Menzel
Hi Monty and Jeremy, > We have been a bit reluctant to update the manual, as most of our > users are still using 3.23 and could easily be confused by this. > > I think we should wait until 4.0 goes into beta before doing the update. If I may suggest, Could we have two manuals online then? One

Re: Manual references to safe_mysqld

2002-02-12 Thread Michael Widenius
that confusion all the time, but it is good to have all Ken> mysql tools begin with my or mysql. Also because the installation of Ken> MySQL does not remove or alter safe_mysqld, on ends up with two Ken> scripts startin mysql. This may not be a problem today however if in Ken> the fut

Re: Manual references to safe_mysqld

2002-02-12 Thread Michael Widenius
Hi! >>>>> "Jeremy" == Jeremy Zawodny <[EMAIL PROTECTED]> writes: Jeremy> On Tue, Jan 29, 2002 at 03:27:17PM -0500, Ken Menzel wrote: >> With MySQL 4.0 are we not supposed to be using mysqld_safe? >> Should'nt references in the manual be modi

Re: Manual references to safe_mysqld

2002-01-30 Thread Ken Menzel
of MySQL does not remove or alter safe_mysqld, on ends up with two scripts startin mysql. This may not be a problem today however if in the future the mysqld_safe script is altered for (saftey/features/some important reason) people may end up using the wrong startup script. I know my servers use

Re: renice -20 $$ in safe_mysqld

2002-01-30 Thread Wouter de Jong
On Mon, Jan 28, 2002 at 05:30:00PM +0200, Egor Egorov wrote: Hi, > In any place that is reached by the scope of execution of safe_mysqld. It must do >fine right in the beginning of the script. It doesn't, or I am making a mistake :> If I put renice -20 $$ (tried it on sev

renice -20 $$ in safe_mysqld

2002-01-28 Thread Egor Egorov
Keith, Sunday, January 27, 2002, 6:22:31 AM, you wrote: K> The MySQL documentation (2.6.1 Linux Notes) states that is essential to K> run the 'mysqld' process with the highest possible priority on the Linux K> 2.4 kernel and this can be achieved by adding 'renice -2

renice -20 $$ in safe_mysqld

2002-01-26 Thread Keith
The MySQL documentation (2.6.1 Linux Notes) states that is essential to run the 'mysqld' process with the highest possible priority on the Linux 2.4 kernel and this can be achieved by adding 'renice -20 $$' to 'safe_mysqld'. Where is the appropriate place in the &#x

problem with start of safe_mysqld

2001-12-21 Thread Teresa Rózga
hi, my platform is red hat 6.2. the rpm packages of mysql are: mysqlclent9-3.23.22-4 php-mysql-4.0.4pl1-9 mysql-3.23.36-1 mysql-devel-3.23.36-1 mysql-server-3.23.36-1 I can start mysql_install_db. But I can not start safe_mysqld. The message is, that the file " mysql.sock" is not

safe_mysqld

2001-12-13 Thread Richard Dobson
Hi, I made a copy of safe_mysqld, ammended it and then replaced the old copy with the new one. Does anyone know why I am getting a 'no such file or directory' error when I try to execute it now? -rwxr-xr-x 1 mysqlmysql 8396 Dec 13 15:02 safe_mysqld thanks in advan

Re: newbie. can't run safe_mysqld

2001-12-09 Thread Joe Baldwin
If I understand your core problem: it seems as if you can't start your mysql daemon (mysqld) using the safe_mysqld wrapper. Is it possible that you ran your "mysql_install_db" script as root? If so then mysqld will have problems accessing the admin db files that the script cr

How to modify safe_mysqld to email when mysql server missing?

2001-11-04 Thread Graham Nichols
NatureHi, How can I modify safe_mysqld to make it email me if the mysql server fails/shuts down for some reason please? regards, Graham Nichols. - Before posting, please check: http://www.mysql.com/manual.php (the

RE: About safe_mysqld - another problem

2001-07-21 Thread Andy Tanner
PROTECTED] Subject: Re: About safe_mysqld - another problem Hi All, This problem is predominant and is being experienced by all who are instaling mysql. please could someone be of help and help us newbies. Thanks Ajay --- peter_tkchoi <[EMAIL PROTECTED]> wrote: > > Hi, > >

Re: About safe_mysqld - another problem

2001-07-20 Thread Ajay Nagarkar
e > lastest ver. MySql under RH7.1 Linux. First, I do > have runned the "mysql_install_db" script. When I > tried to up the MySql server by running safe_mysqld > script, it also failed and now I've got an error > message logged as follows: > > 010720 22:39:06 m

About safe_mysqld - another problem

2001-07-20 Thread peter_tkchoi
Hi, I'm a beginner of MySql. I've just installed the lastest ver. MySql under RH7.1 Linux. First, I do have runned the "mysql_install_db" script. When I tried to up the MySql server by running safe_mysqld script, it also failed and now I've got an error

About safe_mysqld

2001-07-20 Thread peter_tkchoi
Hi, I'm a beginner of MySql. I've just installed the lastest ver. MySql under RH7.1 Linux. When I tried to up the MySql server by running safe_mysqld, it fails and I've got an error message logged as follows: 010718 18:10:05 mysqld started 010718 18:10:05 /usr/libexe

safe_mysqld broken or?

2001-06-29 Thread Guðmundur Ólafsson
1.0 0.0 2140 1028 pts/2S10:48 0:00 /bin/sh /usr/local/bin/safe_mysqld --datadir=/u01/mysql --pid-file=/u01/mysql/cartman.pid root 15702 3.0 0.0 11988 1668 pts/2S10:48 0:00 /usr/local/libexec/mysqld --basedir=/usr/local --datadir=/u01/mysql --user=root --pid-file=/u

Re: What is the & for in ' safe_mysqld --log & '

2001-06-06 Thread Ray Cote
At 8:29 AM -0700 6/6/01, mysql list wrote: >I lost track of the tutorial where I saw the command >safe_mysqld --log & >What is the & for? The & tells Linux/BSD/Unix/etc. to run the application (safe_mysqld) and then return you to the command line. Without the & you'

Re: What is the & for in ' safe_mysqld --log & '

2001-06-06 Thread Gerald Clark
mysql list wrote: > I lost track of the tutorial where I saw the command > safe_mysqld --log & > What is the & for? Run in background. > > __ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mai

Re: What is the & for in ' safe_mysqld --log & '

2001-06-06 Thread Peter Billson
mysql list wrote: > > I lost track of the tutorial where I saw the command > safe_mysqld --log & The ampersand sends the process into the background. Pete -- http://www.elbnet.com ELB Internet Services, Inc. Web Design, Computer Consulting, Int

Re: What is the & for in ' safe_mysqld --log & '

2001-06-06 Thread Andrew Schmidt
that's a unix shell command that basicly puts the process in the background. if you type that command at your console you'll notice you get a prompt right away. This allows safe_mysqld to run in the background (somewhat like a daemon) thanks, -- Andrew - Original Message

What is the & for in ' safe_mysqld --log & '

2001-06-06 Thread mysql list
I lost track of the tutorial where I saw the command safe_mysqld --log & What is the & for? __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.y

RE: safe_mysqld not working properly

2001-06-05 Thread Angerer, Chad
Hello! I have just installed mysql-3.23.38 from source on a Mandrake 8 Linux box. I installed the db tables with mysql_install_db the user mysql owns the files in the mysql dir. when I go to start up the mysql daemon using ./safe_mysqld --user=mysql & I get this Starting mysqld da

Re: set options (not at safe_mysqld at startup)

2001-05-24 Thread Jeremy Zawodny
On Mon, May 21, 2001 at 11:53:52AM -0700, Brian Warn wrote: > Hello All, > > Is there some way, when mysql server is running, to change an > option? I want to change skip_networking to OFF without doing a > server restart. Currently, no. Monty has talked about making most of the variable tunab

set options (not at safe_mysqld at startup)

2001-05-21 Thread Brian Warn
Hello All, Is there some way, when mysql server is running, to change an option? I want to change skip_networking to OFF without doing a server restart. Thanks, Brian

Re: safe_mysqld options

2001-03-29 Thread Jeremy D . Zawodny
On Thu, Mar 29, 2001 at 02:09:02PM -0500, Thalis A. Kalfigopoulos wrote: > Hello, > > A question about the -O option you can pass on command line to > safe_mysqld. If for example I give -O record_buffer=64M does that > mean that I'll get: exactly 64M, at the most 64M or at

safe_mysqld options

2001-03-29 Thread Thalis A. Kalfigopoulos
Hello, A question about the -O option you can pass on command line to safe_mysqld. If for example I give -O record_buffer=64M does that mean that I'll get: exactly 64M, at the most 64M or at least 64M? Also I have a batchfile with about 150 queries (all plain selects) which I feed into

Re: [NEWBIE] safe_mysqld

2001-03-28 Thread Gerald Clark
The RPMs on RH CD have problems. Check teh archives for instructions on getting it working, or get new RPMs. Stephane Pinel wrote: > > When I attempt to launch mysql server with command safe_mysqld, the console > return this: > > "starting mysqld daemon with databases

Re: [NEWBIE] safe_mysqld

2001-03-27 Thread Stephane Pinel
Message- > From: Stephane Pinel [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 27, 2001 12:58 PM > To: [EMAIL PROTECTED] > Subject: [NEWBIE] safe_mysqld > > > > When I attempt to launch mysql server with command safe_mysqld, the console > return this: > &g

RE: [NEWBIE] safe_mysqld

2001-03-27 Thread Rick Emery
I had the same problem. Ensure that /var, /var/lib, and /var/lib/mysql have their permissions set to: drwxr-xr-x -Original Message- From: Stephane Pinel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 27, 2001 12:58 PM To: [EMAIL PROTECTED] Subject: [NEWBIE] safe_mysqld When I attempt

[NEWBIE] safe_mysqld

2001-03-27 Thread Stephane Pinel
When I attempt to launch mysql server with command safe_mysqld, the console return this: "starting mysqld daemon with databases from /var/lib/mysql" "010327 19:33:37 mysqld ended" I use RedHat 7.0 Linux on Intel -- Stéphane Pinel 39, Rue du

Re: running safe_mysqld errors with "010222 17:25:00 mysqld ended"

2001-02-22 Thread Matthew P. Marino
one and copying "mysqld" into it a viable option? Don't know what else to do. Peter Skipworth wrote: > > check your error log in ~mysql/var > > On Thu, 22 Feb 2001, Matthew P. Marino > wrote: > > > exact command is "./safe_mysqld --user=mysql &&quo

Re: running safe_mysqld errors with "010222 17:25:00 mysqld ended"

2001-02-22 Thread Peter Skipworth
check your error log in ~mysql/var On Thu, 22 Feb 2001, Matthew P. Marino wrote: > exact command is "./safe_mysqld --user=mysql &". The error "010222 17:25:00 > mysqld ended" happens immediately. > > --

running safe_mysqld errors with "010222 17:25:00 mysqld ended"

2001-02-22 Thread Matthew P. Marino
exact command is "./safe_mysqld --user=mysql &". The error "010222 17:25:00 mysqld ended" happens immediately. - Before posting, please check: http://www.mysql.com/manual.php (the manual)

safe_mysqld ended

2001-02-12 Thread Jean Rousset
Hi, During mysql intallation of MySQL on Solaris 8, I got the following problem, launching safe_mysqld : mysql ended #ln -s /space2/MYSQL-DIR/mysql-3.23.32-sun-solaris2.7-sparc /usr/local/mysql # groupadd mysql # useradd -g mysql mysql # cd /usr/local/mysql # scripts

RE: re-starting safe_mysqld after the server re-starts

2001-01-29 Thread Quentin Bennett
directory are run). You may need to edit mysql.server after copying it to suit your mysql set up. mysql.server works out what parameters to give to safe_mysqld, and then calls it, making sure that mysqld is re-started automatically each time the server is rebooted. 'cron' is slightly dif

re-starting safe_mysqld after the server re-starts

2001-01-29 Thread Luke Muszkiewicz
runs safe_mysqld. I would assume that many of you have implemented a like solution to this problem. I would appreciate any advice, information, or actual programs that I could use to solve this problem. Thank you all in advance! -luke Luke Muszkiewicz Pure Development, LLC http://puredev.com 3946