Re: mysqld_safe running a long time

2014-08-20 Thread Augori
#x27;s been 12 hours now and the thing is still restarting > in safe > > > mode and I can't tell if it's making progress. The command I > typed was > > > > > > /usr/bin/mysqld_safe --skip-grant-tables& > > > > > >

Re: mysqld_safe running a long time

2014-08-20 Thread Reindl Harald
lto:h.rei...@thelounge.net>> wrote: > > Am 20.08.2014 um 16:39 schrieb Augori: > > However, it's been 12 hours now and the thing is still restarting in > safe > > mode and I can't tell if it's making progress. The command I typed was >

Re: mysqld_safe running a long time

2014-08-20 Thread Augori
l restarting in safe > > mode and I can't tell if it's making progress. The command I typed was > > > > /usr/bin/mysqld_safe --skip-grant-tables& > > > > I think I forgot to include the ampersand (&) at the end which would have > > made it run

Re: mysqld_safe running a long time

2014-08-20 Thread Reindl Harald
Am 20.08.2014 um 18:55 schrieb Augori: > Thanks! But if it's running in the background, how will I know when it has > completed? completed what?! http://www.catb.org/esr/faqs/smart-questions.html#beprecise what did you not understand in the paragraph below? >> mysqld_safe ha

Re: mysqld_safe running a long time

2014-08-20 Thread Augori
; > mode and I can't tell if it's making progress. The command I typed was > > > > /usr/bin/mysqld_safe --skip-grant-tables& > > > > I think I forgot to include the ampersand (&) at the end which would have > > made it run in the background. >

Re: mysqld_safe running a long time

2014-08-20 Thread Reindl Harald
Am 20.08.2014 um 16:39 schrieb Augori: > However, it's been 12 hours now and the thing is still restarting in safe > mode and I can't tell if it's making progress. The command I typed was > > /usr/bin/mysqld_safe --skip-grant-tables& > > I think I forgo

mysqld_safe running a long time

2014-08-20 Thread Augori
x27;t tell if it's making progress. The command I typed was /usr/bin/mysqld_safe --skip-grant-tables& I think I forgot to include the ampersand (&) at the end which would have made it run in the background. So now I'm seeing output like this the following: --- ... 0-7f5f

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Frédéric Descamps
.651:4001): avc: denied { setattr } for > pid=25345 comm="chown" name="mysql.err" dev=dm-0 ino=1709317 > scontext=unconfined_u:system_r:mysqld_safe_t:s0 > tcontext=unconfined_u:object_r:usr_t:s0 tclass=file > type=AVC msg=audit(1328563688.688:4002): avc: deni

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Larry Martell
ttr } for pid=25345 comm="chown" name="mysql.err" dev=dm-0 ino=1709317 scontext=unconfined_u:system_r:mysqld_safe_t:s0 tcontext=unconfined_u:object_r:usr_t:s0 tclass=file type=AVC msg=audit(1328563688.688:4002): avc: denied { append } for pid=25238 comm="mysqld_safe&qu

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Frédéric Descamps
Starting mysqld: [FAILED] > > Nothing at all is written to the error log. > > But if I start it with mysqld_safe it comes up and works fine. > > Anyone know what could be going on here? > > -larry > -- Frédéric Descamps, Consultant, Percona Inc. Mob: +

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Michael Dykman
;> >>> #service mysqld start >>> MySQL Daemon failed to start. >>> Starting mysqld:                                           [FAILED] >>> >>> Nothing at all is written to the error log. >>> >>> But if I start it with mysqld_safe it c

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Larry Martell
mon failed to start. >> Starting mysqld:                                           [FAILED] >> >> Nothing at all is written to the error log. >> >> But if I start it with mysqld_safe it comes up and works fine. >> >> Anyone know what could be going on here? >> >> -larry &g

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Shawn Green (MySQL)
start it with mysqld_safe it comes up and works fine. Anyone know what could be going on here? -larry If the daemon is attempting to change users during startup, then you must be root when you start it. Otherwise, become the user `mysql` then start the daemon (service) under the proper

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Larry Martell
On Mon, Feb 6, 2012 at 7:42 AM, Chris Tate-Davies wrote: > On 06/02/12 14:34, Reindl Harald wrote: >> >> >> Am 06.02.2012 15:28, schrieb Chris Tate-Davies: >>> >>> On 06/02/12 13:33, Larry Martell wrote: On Mon, Feb 6, 2012 at 2:38 AM, Chris Tate-Davies   wrote: > > Have yo

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Chris Tate-Davies
On 06/02/12 14:34, Reindl Harald wrote: Am 06.02.2012 15:28, schrieb Chris Tate-Davies: On 06/02/12 13:33, Larry Martell wrote: On Mon, Feb 6, 2012 at 2:38 AM, Chris Tate-Davies wrote: Have you tried: mysql --verbose -u -p To output more information When would I use that? If I try to

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Larry Martell
On Mon, Feb 6, 2012 at 7:34 AM, Reindl Harald wrote: > > > Am 06.02.2012 15:28, schrieb Chris Tate-Davies: >> On 06/02/12 13:33, Larry Martell wrote: >>> On Mon, Feb 6, 2012 at 2:38 AM, Chris Tate-Davies >>>  wrote: Have you tried: mysql --verbose -u  -p To output more in

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Larry Martell
> Just installed mysql on centos 6.2. When I try to start it with service >>>> I >>>> get: >>>> >>>> #service mysqld start >>>> MySQL Daemon failed to start. >>>> Starting mysqld:                                           [FAILED]

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Reindl Harald
Am 06.02.2012 15:28, schrieb Chris Tate-Davies: > On 06/02/12 13:33, Larry Martell wrote: >> On Mon, Feb 6, 2012 at 2:38 AM, Chris Tate-Davies >> wrote: >>> Have you tried: >>> >>> mysql --verbose -u -p >>> >>> To output more information >> When would I use that? If I try to start it with 'ser

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Chris Tate-Davies
] Nothing at all is written to the error log. But if I start it with mysqld_safe it comes up and works fine. Anyone know what could be going on here? -larry -- *Chris Tate-Davies* *Software Development* Inflight Productions Ltd Telephone: 01295 269 680 15 Stukeley Street | London | WC2B

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Larry Martell
ote: >> >> Just installed mysql on centos 6.2. When I try to start it with service I >> get: >> >> #service mysqld start >> MySQL Daemon failed to start. >> Starting mysqld:                                           [FAILED] >> >> Nothing at all

Re: mysql won't start with service, but starts with mysqld_safe

2012-02-06 Thread Chris Tate-Davies
: [FAILED] Nothing at all is written to the error log. But if I start it with mysqld_safe it comes up and works fine. Anyone know what could be going on here? -larry -- *Chris Tate-Davies* *Software Development* Inflight Productions Ltd Telephone: 01295 269 680 15 Stukeley Street

mysql won't start with service, but starts with mysqld_safe

2012-02-04 Thread Larry Martell
Just installed mysql on centos 6.2. When I try to start it with service I get: #service mysqld start MySQL Daemon failed to start. Starting mysqld:                                           [FAILED] Nothing at all is written to the error log. But if I start it with mysqld_safe it comes up and

Re: mysqld_safe

2010-04-18 Thread Eric Bergen
rocesses on debian systems( > maybe others, I'm not sure) > You can read it at 'less /usr/bin/mysqld_safe' > > Colin > > On March 29, 2010 11:51:36 am Glyn Astill wrote: >> --- On Mon, 29/3/10, Brown, Charles wrote: >> > Hello All.  when I issued this

Re: mysqld_safe

2010-03-29 Thread Colin Streicher
Yeah, its just a shell script that acts as a wrapper around the mysql processes on debian systems( maybe others, I'm not sure) You can read it at 'less /usr/bin/mysqld_safe' Colin On March 29, 2010 11:51:36 am Glyn Astill wrote: > --- On Mon, 29/3/10, Brown, Charles wr

Re: mysqld_safe

2010-03-29 Thread Glyn Astill
--- On Mon, 29/3/10, Brown, Charles wrote: > Hello All.  when I issued this > command: ps -e | grep,  I noticed that mysqld_safe was > up running in my system. > My question is:  what is mysqld_safe and why was it > running. Please help. > > > [sp...@naxbmisq03 ~

mysqld_safe

2010-03-29 Thread Brown, Charles
Hello All. when I issued this command: ps -e | grep, I noticed that mysqld_safe was up running in my system. My question is: what is mysqld_safe and why was it running. Please help. [sp...@naxbmisq03 ~]$ ps -e | grep -i mysql 11989 ?00:00:00 mysqld_safe 12025 ?13:28:39 mysqld

Re: 6.0.3 package has broken mysqld_safe

2008-02-03 Thread sol beach
> I looked in the error log: > > 080203 09:35:55 mysqld_safe The file /usr/local/mysql/bin/mysqld > does not exist or is not executable. Please cd to the mysql installation > directory and restart this script from there as follows: > ./bin/mysqld_safe& > See http:/

6.0.3 package has broken mysqld_safe

2008-02-03 Thread Baron Schwartz
error log: 080203 09:35:55 mysqld_safe The file /usr/local/mysql/bin/mysqld does not exist or is not executable. Please cd to the mysql installation directory and restart this script from there as follows: ./bin/mysqld_safe& See http://dev.mysql.com/doc/mysql/en/mysqld_safe.html for more inform

RESOLUTION: mysqld works but not mysqld_safe

2007-07-20 Thread Chris Africa
Africa" <[EMAIL PROTECTED]> wrote: Hi Everyone. I had a perfectly good working version of MySQL and then I decided to try something new... Now, I can start up as root with mysqld, but when I start with mysqld_safe as I always have in the past, mysqld quits immediately. Here's the sag

Re: mysqld works but not mysqld_safe

2007-07-18 Thread Gerald L. Clark
Chris Africa wrote: Hi Gerald. Actually, mysql should have access, as it owns the entire directory. drwxr-xr-x 19 mysql wheel 646 May 30 09:41 mysql-5.0.41-osx10.4- i686 and nested inside that is drwxr-x--- 27 mysql wheel918 Jul 18 12:53 data Thanks! Error 13 is a permi

Re: mysqld works but not mysqld_safe

2007-07-18 Thread Olaf Stein
s track of binlogs - disable binlog Olaf On 7/18/07 12:57 PM, "Chris Africa" <[EMAIL PROTECTED]> wrote: > Hi Everyone. > > I had a perfectly good working version of MySQL and then I decided to > try something new... Now, I can start up as root with mysqld, but > when

Re: mysqld works but not mysqld_safe

2007-07-18 Thread Chris Africa
Hi Gerald. Actually, mysql should have access, as it owns the entire directory. drwxr-xr-x 19 mysql wheel 646 May 30 09:41 mysql-5.0.41-osx10.4- i686 and nested inside that is drwxr-x--- 27 mysql wheel918 Jul 18 12:53 data Thanks! -- Chris Africa Web Project Manager Depa

Re: mysqld works but not mysqld_safe

2007-07-18 Thread Gerald L. Clark
Chris Africa wrote: - 070717 22:44:12 mysqld started 070717 22:44:12 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/mysql/data/ is case insensitive 070717 22:44:12 [Warning] No argument was provided to --log-bin, and --log-bin-index was not used; s

mysqld works but not mysqld_safe

2007-07-18 Thread Chris Africa
Hi Everyone. I had a perfectly good working version of MySQL and then I decided to try something new... Now, I can start up as root with mysqld, but when I start with mysqld_safe as I always have in the past, mysqld quits immediately. Here's the saga: I decided to use phpmyadm

Re: mysqld_safe 100% CPU: how to kill it? On Linux

2007-06-11 Thread spacemarc
2007/6/11, Ananda Kumar <[EMAIL PROTECTED]>: try mysqladmin shutdown I've tried but nothing is happens: the "mysqld_safe" process is always to 100% -- Scripts: http://www.spacemarc.it -- MySQL General Mailing List For list archives: http://lists.mysql.com

Re: mysqld_safe 100% CPU: how to kill it? On Linux

2007-06-11 Thread Ananda Kumar
try mysqladmin shutdown On 6/11/07, spacemarc <[EMAIL PROTECTED]> wrote: Hi when I stop mysql server with "sudo /etc/init.d/mysql stop" the "mysqld_safe" process go to 100% of CPU and I must to kill it manually. What's happens? Ho can I stop it wit

mysqld_safe 100% CPU: how to kill it? On Linux

2007-06-11 Thread spacemarc
Hi when I stop mysql server with "sudo /etc/init.d/mysql stop" the "mysqld_safe" process go to 100% of CPU and I must to kill it manually. What's happens? Ho can I stop it without killing? -- Scripts: http://www.spacemarc.it -- MySQL General Mailing Lis

mysqld_safe 100% CPU: how to kill it? On Linux

2007-06-08 Thread spacemarc
Hi when I stop mysql server with "sudo /etc/init.d/mysql stop" the "mysqld_safe" process go to 100% of CPU and I must to kill it manually. What's happens? Ho can I stop it without killing? -- Scripts: http://www.spacemarc.it -- MySQL General Mailing Lis

Re: mysqld_safe failing

2007-01-17 Thread Colin Charles
Nishant Gupta wrote: When i try to run mysqld_safe cmd, it fails saying : Starting mysqld daemon with databases from /var/lib/mysql STOPPING server from pid file /var/run/mysqld/mysqld.pid 070105 20:23:40 mysqld ended Also mysqld.pid does not exist at the given path! It looks like the mysql

mysqld_safe failing

2007-01-05 Thread Nishant Gupta
Hi all When i try to run mysqld_safe cmd, it fails saying : Starting mysqld daemon with databases from /var/lib/mysql STOPPING server from pid file /var/run/mysqld/mysqld.pid 070105 20:23:40 mysqld ended Also mysqld.pid does not exist at the given path! Any Idea what to do??? mysql_install_db

mysqld_safe: STOPPING server from pid file astguiclient.pid

2007-01-02 Thread Haider Raza
Hi, Can someone please tell me what is going on? I keep getting this error everytime I try to start the mysql server and there is no information about this pid file error anywhere. Any help offered will be greatly appreciated. [EMAIL PROTECTED]:/var/lib/mysql# mysqld_safe Starting mysqld

[Fwd: Re: mysqld_safe and timezone settings]

2006-03-27 Thread Michael Sutter
nu (i686) using readline 5.0 dk:/usr/local/mysql # echo $TZ dk:/usr/local/mysql # bin/mysqld_safe --user=mysql & [1] 802 dk:/usr/local/mysql # Starting mysqld daemon with databases from /usr/local/mysql/data dk:/usr/local/mysql # bin/mysql Welcome to the MySQL monitor. Commands end with

Re: mysqld_safe and timezone settings

2006-03-27 Thread Michael Sutter
.0.18, for pc-linux-gnu (i686) using readline 5.0 dk:/usr/local/mysql # echo $TZ dk:/usr/local/mysql # bin/mysqld_safe --user=mysql & [1] 802 dk:/usr/local/mysql # Starting mysqld daemon with databases from /usr/local/mysql/data dk:/usr/local/mysql # bin/mysql Welcome to the MySQL monitor.

Re: mysqld_safe and timezone settings

2006-03-26 Thread Dominik Klein
This was done as root and shows that TZ works. dk:/usr/local/mysql # bin/mysql -V bin/mysql Ver 14.12 Distrib 5.0.18, for pc-linux-gnu (i686) using readline 5.0 dk:/usr/local/mysql # echo $TZ dk:/usr/local/mysql # bin/mysqld_safe --user=mysql & [1] 802 dk:/usr/local/mysql # Starting my

Re: mysqld_safe and timezone settings

2006-03-25 Thread Sutter, Michael
Thanks for your help, but this is the problem I have. I can't specify the timezone right when I start mysql with mysqld_safe --user=mysql --timezone="America/Argentina/Mendoza" or by setting the TZ enviroment variable and than start the server. The timezone setting is ignored eve

Re: mysqld_safe and timezone settings

2006-03-24 Thread Dominik Klein
mysqld_safe. You can also set it by setting the TZ environment variable before you start mysqld. So try inserting export TZ="America/Argentina/Mendoza" to the beginning of your mysql-(rc)startscript. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To u

mysqld_safe and timezone settings

2006-03-23 Thread Michael Sutter
rting. But this doesn't work. I tried to use the mysqld_safe --user=mysql --timezone=America/Argentina/Mendoza command, but the server starts with SYSTEM timezone. I although put an entry in my.cnf configuration file which looks: #[mysqld_safe] timezone = America/Argentina/Mendoza But

Re: Error with mysqld_safe

2006-03-21 Thread mysql
On Tue, 21 Mar 2006, Áquila Chaves wrote: > [ERROR] > /usr/local/mysql/bin/mysqld: Can't create/write to file > '/var/run/mysqld/mysqld.pid' (Errcode: 13) 060321 12:12:22 > [ERROR] Can't start server: can't create PID file: > Permission denied 060321 12:12:22 mysqld ended Check the directory

Error with mysqld_safe

2006-03-21 Thread Áquila Chaves
'new-password' See the manual for more instructions. NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run the ./bin/mysql_fix_privilege_tables. Otherwise you will not be able to use the new GRANT command! You can start the MySQL daemon with: cd . ; ./bin/mysqld_safe

Re: More information from mysqld_safe

2005-07-21 Thread Gleb Paharenko
Hello. > Starting mysql daemon with databases from /var/lib/mysql > 050721 14:36:05 mysqld ended These lines were put by mysqld_safe program. You should find mysqld's error log. Usually it's located in data directory and called host_name.err. See: http://dev.mysql.

Re: More information from mysqld_safe

2005-07-21 Thread Gleb Paharenko
ile > '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2) > > WTF???! > > -Original Message- > From: michael watson (IAH-C)=20 > Sent: 21 July 2005 14:39 > To: mysql@lists.mysql.com > Subject: More information from mysqld_safe > >

RE: More information from mysqld_safe

2005-07-21 Thread michael watson \(IAH-C\)
lists.mysql.com Subject: More information from mysqld_safe Hi Now I'm having trouble getting the server started! Again, suse linux, mysql 4.1.12-Max. My MySQL server was running before, now it's not. I don't remember changing anything apart installing DBD::mysql from source... Anyw

More information from mysqld_safe

2005-07-21 Thread michael watson \(IAH-C\)
ips are correct (owned by mysql, grouped by daemon) but I get the old familiar: Starting mysql daemon with databases from /var/lib/mysql 050721 14:36:05 mysqld ended Is there any way to get mysqld_safe to spit out a *bit* more information on why this is happening??? Many thanks Mick -- MySQL Gener

Re: 4.1 Crashing upon running mysqld_Safe

2004-10-29 Thread Gleb Paharenko
Hi. Do you use official binaries compiled by MySQL AB? Also see: http://dev.mysql.com/doc/mysql/en/Linux.html Espesially: http://dev.mysql.com/doc/mysql/en/Linux-OS.html Check that you have required versions of libraries and you run official binaries. Aaron <[EMAIL PROTECTED

4.1 Crashing upon running mysqld_Safe

2004-10-28 Thread Aaron
Hi all , I am trying to install the latest 4.17-standard Linux release on our server and and it gets caught in an endless loop of crashes. I have read the error logs , and followed the stack trace advice from the docs , but to be honest Im not sure how to interpret what it reports. Here is w

mysqld_safe starts, but mysqld(API) node "not connected"

2004-10-19 Thread John Stile
shell> pushd /usr/local/mysql/ndb/ndb1/ && ndbd --nodaemon --nostart --initial shell> pushd /usr/local/mysql/ shell> ./bin/mysqld_safe On postal2: --- shell> cd /usr/local/mysql shell> rm -rf data/ib* data/postal2-bin.* ndb/ndb_2* ndb/ndb1/ndb_2

Re: won't start with mysqld_safe

2004-09-28 Thread gerald_clark
Anne Ramey wrote: I had a server hacked last night and they did alot a damage, but I think I've got just about everything back up as normal...including a brand new mysql installation (4.0.21). My problem is this. The 4.0.21 or the old 4.0.20 will not start using mysqld_safe and will

won't start with mysqld_safe

2004-09-28 Thread Anne Ramey
I had a server hacked last night and they did alot a damage, but I think I've got just about everything back up as normal...including a brand new mysql installation (4.0.21). My problem is this. The 4.0.21 or the old 4.0.20 will not start using mysqld_safe and will start with mysqld

Re: Purpose of "&" (was Re: mysqld_safe)

2004-08-01 Thread Whil Hentzen
> > > >Ah, it's not part of the mysqld command itself. Got it. > > Right. It's a process-control aspect of how the shell itself works. And it's also rather confusing! *s* I really thought it was just another part of the command, not a structure like a pipe or a redirector. Oh, these Windows

Re: Purpose of "&" (was Re: mysqld_safe)

2004-08-01 Thread Paul DuBois
background so you get your console / xterm back. If you don't use the "&" at the end, the mysqld_safe process will run in the foreground and will remain 'tied' to the console you started it from ... so if you close the console / xterm you may kill the mysqld_saf

Re: Purpose of "&" (was Re: mysqld_safe)

2004-08-01 Thread Whil Hentzen
your console / xterm back. If you don't use the "&" at the end, the > mysqld_safe process will run in the foreground and will remain 'tied' to > the console you started it from ... so if you close the console / xterm > you may kill the mysqld_safe process.

RE: Purpose of "&" (was Re: mysqld_safe)

2004-08-01 Thread bruce
Whil Hentzen [mailto:[EMAIL PROTECTED] Sent: Sunday, August 01, 2004 3:33 PM To: [EMAIL PROTECTED] Subject: Purpose of "&" (was Re: mysqld_safe) > >faild and locked up. I'm hoping it is no. 1 that happened. if so, > >how do I get a command prompt after I start the server?

Re: Purpose of "&" (was Re: mysqld_safe)

2004-08-01 Thread Daniel Kasak
s, and I can't find a reference to what this & character _means_. The first reference in the online hlep I've found was 2.3.1 Source Installation Overview shell> bin/mysqld_safe --user=mysql & and the second was 2.4.2 Unix Post-Installation Procedures Verify that you can r

Purpose of "&" (was Re: mysqld_safe)

2004-08-01 Thread Whil Hentzen
and I can't find a reference to what this & character _means_. The first reference in the online hlep I've found was 2.3.1 Source Installation Overview shell> bin/mysqld_safe --user=mysql & and the second was 2.4.2 Unix Post-Installation Procedures Verify that you can r

Re: mysqld_safe

2004-07-26 Thread Paul DuBois
At 16:50 -0600 7/26/04, Levi Campbell wrote: OK, I ran sh mysqld_safe on my computer and it said "Starting mysqld-max deamon.", went to the next line on screen and didn't give me a command line, which leads me to think one of two things happened: 1. the server started succe

mysqld_safe

2004-07-26 Thread Levi Campbell
OK, I ran sh mysqld_safe on my computer and it said "Starting mysqld-max deamon.", went to the next line on screen and didn't give me a command line, which leads me to think one of two things happened: 1. the server started successfully. 2. the server startup faild and locked up

Re: mysqld_safe in 4.1.2

2004-07-01 Thread Bill MacAllister
--On Wednesday, June 30, 2004 07:36:23 PM -0500 Paul DuBois <[EMAIL PROTECTED]> wrote: At 13:58 -0700 6/30/04, Bill MacAllister wrote: Hello, I am a bit confused by processing of user= specifications in the mysqld_safe script. Here is what I see: * If user= is specificed in the [mysq

Re: mysqld_safe in 4.1.2

2004-06-30 Thread Paul DuBois
At 13:58 -0700 6/30/04, Bill MacAllister wrote: Hello, I am a bit confused by processing of user= specifications in the mysqld_safe script. Here is what I see: * If user= is specificed in the [mysqld] or [server] sections then it is ignored and a flag is set that prevents the specification of

mysqld_safe in 4.1.2

2004-06-30 Thread Bill MacAllister
Hello, I am a bit confused by processing of user= specifications in the mysqld_safe script. Here is what I see: * If user= is specificed in the [mysqld] or [server] sections then it is ignored and a flag is set that prevents the specification of a user in any subsequent options parsing

Re: Can't execute ./bin/mysqld_safe from dir /var/lib

2004-03-01 Thread Sasha Pachev
jda wrote: I had MySQL running just a couple days ago, but now it is not. The command and error: # /usr/local/mysql/support-files/mysql.server start Can't execute ./bin/mysqld_safe from dir /var/lib There is mysql directory under /var/lib, but I am not executing from there. If i go to /usr/

Can't execute ./bin/mysqld_safe from dir /var/lib

2004-02-29 Thread jda
I had MySQL running just a couple days ago, but now it is not. The command and error: # /usr/local/mysql/support-files/mysql.server start Can't execute ./bin/mysqld_safe from dir /var/lib There is mysql directory under /var/lib, but I am not executing from there. If i go to /usr/local/

Re: Problem trying to start mysqld_safe

2004-02-21 Thread Victoria Reznichenko
Enrique Ibarra <[EMAIL PROTECTED]> wrote: > Hi: > > I just installed MySql 4.0.18 on a Mac OS/X Powerbook computer running > Panther (Mac OS 10.3). When I try to start the mysqld_safe daemon, I > get the following error: > >> {/usr/local/mysql/docs}% sudo mysqld

Problem trying to start mysqld_safe

2004-02-21 Thread Enrique Ibarra
Hi: I just installed MySql 4.0.18 on a Mac OS/X Powerbook computer running Panther (Mac OS 10.3). When I try to start the mysqld_safe daemon, I get the following error: {/usr/local/mysql/docs}% sudo mysqld_safe Password: Starting mysqld daemon with databases from /usr/local/mysql/data 040221

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: MacOSX 4.0.15 mysqld_safe restarts after "STOP"

2003-10-08 Thread Andreas
Bruce Dembecki wrote: Hi! I'm struggling to understand how to fix the mysqld_safe script for an OSX machine. If I run "mysql.server stop" then the mysqld process is killed and mysqld_safe promptly starts it again. I know mysqld_safe is supposed to start mysqld if it stops but I

Re: MacOSX 4.0.15 mysqld_safe restarts after "STOP"

2003-10-08 Thread Paul DuBois
At 10:45 -0700 10/8/03, Bruce Dembecki wrote: Hi! I'm struggling to understand how to fix the mysqld_safe script for an OSX machine. If I run "mysql.server stop" then the mysqld process is killed and mysqld_safe promptly starts it again. I know mysqld_safe is supposed to start mys

MacOSX 4.0.15 mysqld_safe restarts after "STOP"

2003-10-08 Thread Bruce Dembecki
Hi! I'm struggling to understand how to fix the mysqld_safe script for an OSX machine. If I run "mysql.server stop" then the mysqld process is killed and mysqld_safe promptly starts it again. I know mysqld_safe is supposed to start mysqld if it stops but I also know there are times

Can't run mysqld_safe

2003-06-16 Thread Nathan
Hello, MySQL has been running smoothly on my machine for the past month. This morning I installed PHP 4.3.2 and now I can't seem to get MySQL running anymore. I get the following error message: # Starting mysqld daemon with databases from /var/lib/mysql 030616 11:19:03 mysqld ended Any clues?

Re: mysqld_safe process

2003-06-13 Thread Paul DuBois
At 17:44 +0200 6/13/03, Dingfelder Andy wrote: Hi all, is it ok, that the mysqld_safe process runs under the root account! It should be okay. Shouldn´t that be the mysql account, too? 10317 root 9 0 1060 1060 876 S 0.0 0.0 0:00 mysqld_safe 10359 mysql 9 0 1436 1436

mysqld_safe process

2003-06-13 Thread Dingfelder Andy
Hi all, is it ok, that the mysqld_safe process runs under the root account! Shouldn´t that be the mysql account, too? 10317 root 9 0 1060 1060 876 S 0.0 0.0 0:00 mysqld_safe 10359 mysql 9 0 1436 1436 1044 S 0.0 0.0 0:00 mysqld 10361 mysql 8 0 1436 1436

[mysqld/mysqld_safe immediatly crashes on startup]

2003-03-03 Thread sf
ose the problem, but since we have already crashed, something is definitely wrong and this may fail. key_buffer_size=8388600 read_buffer_size=131072 and so on and so on until the manual killing of mysqld_safe key_buffer_size=8388600 read_buffer_size=131072 sort_buffer_size=-286397

Why does mysqld_safe look for mysqld in libexec

2003-01-25 Thread R. Hannes Niedner
Iwhat am I doing wrong: After downloading the binary for mysql 4.09-max for Mac OS 10.2 safe_mysql complains: % sudo bin/mysqld_safe The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable Please do a cd to the mysql installation directory and restart this script from

Re: mysqld_safe

2002-12-30 Thread Paul DuBois
At 16:18 +0800 12/30/02, ecteo wrote: when I try to start MySQL 4.0.7 in Red Hat Linux 8 by issuing mysqld_safe then a line of msg appear starting mysqld deamon with database from /var/lib/mysql then the screen stay unchange, and it does not come back to shell -> [abc]# Does

mysqld_safe

2002-12-30 Thread ecteo
when I try to start MySQL 4.0.7 in Red Hat Linux 8 by issuing mysqld_safe then a line of msg appear starting mysqld deamon with database from /var/lib/mysql then the screen stay unchange, and it does not come back to shell -> [abc]# Does it normal or problem?

problems with mysqld_safe

2002-06-13 Thread npl106
MySQL: 4.0.1 alpha Computer: MAC iBook OS: Mac OS X v10.1.2 (Darwin 5.1 or thereabouts) memory: 384 M Compiler: I am not sure what compiler I am using... It is the one that comes in the MAC OS X developer tools cd. Problem:I have been trying to run mysqld_safe, as instructed, but am unable to