Re: Restarting MySQL on Solaris 8?

2006-09-12 Thread Michael Monaghan
> - Original Message - > From: "Jay Paulson" <[EMAIL PROTECTED]> > To: > Sent: Friday, September 08, 2006 9:51 PM > Subject: Restarting MySQL on Solaris 8? > >>A couple questions since I'm not a Solaris person I really don't know how &g

Re: Restarting MySQL on Solaris 8?

2006-09-10 Thread Visolve DB Team
ve DB Team" <[EMAIL PROTECTED]> To: "Jay Paulson" <[EMAIL PROTECTED]>; Sent: Monday, September 11, 2006 9:35 AM Subject: Re: Restarting MySQL on Solaris 8? > Hi, > > Try > > /usr/local/bin/mysqld_safe > to start MySQL > > /usr/local/bi

Re: Restarting MySQL on Solaris 8?

2006-09-10 Thread Visolve DB Team
Hi, Try /usr/local/bin/mysqld_safe to start MySQL /usr/local/bin/mysqld_safe & to start MySQL as a background process. Thanks. ViSolve DB Team. - Original Message - From: "Jay Paulson" <[EMAIL PROTECTED]> To: Sent: Friday, September 08, 2006 9:51 PM Subject:

Restarting MySQL on Solaris 8?

2006-09-08 Thread Jay Paulson
A couple questions since I'm not a Solaris person I really don't know how to do the following and was hoping that someone could help me out (Google isn't much help on this). How does one start the MySQL daemon on Solaris 8? (it's running MySQL 3.23.49) How does one tell Solaris 8 to start the MyS

Re: restarting mysql server

2005-05-27 Thread Gleb Paharenko
Hello. It looks like the path is wrong. Find out the correct value from /etc/init.d/mysql file and put it in the configuration file. >Hi, >I check my.cnf configure file. I find Pid-file path is >/var/run/mysqld/mysqld.pid, but I couldn't find mysqld directory in >/var/run and couldn't

Re: restarting mysql server

2005-05-26 Thread Gleb Paharenko
Hello. Probably mysqld_safe uses wrong values for directories. Possible solution is to store the correct paths in configuration file, and if it is situated not in standard location, launch mysqld_safe with --defaults-file=path_to_config_file. Or use command line options for mysqld_safe. Chec

restarting mysql server

2005-05-25 Thread Ying Sun
Dear there, After install mysql 4.1.12 by using rpm, I have some problems to restart server after shutting down it. When I use "mysqld_safe" try to restart, it give me error as follws: Starting mysqld daemon with databases from /var/lib/mysql STOPPING server from pid file /var/run/mysqld/mysqld

Re: restarting MySQL on OS X

2002-05-21 Thread Egor Egorov
Alex, Tuesday, May 21, 2002, 3:43:16 PM, you wrote: AP> I was wondering if anyone knew the "proper" way to restart MySQL on OS X? AP> I did mysqladmin -p shutdown then safe_mysqld...is this the same as AP> if the machine started up? mysqladmin shutdown - takes down your MySQL server. Using saf

Re: restarting MySQL on OS X

2002-05-21 Thread Alex Pilson
At 9:20 AM -0400 5/21/02, Reid Sutherland (mysql) wrote: >Alex Pilson wrote: >>I was wondering if anyone knew the "proper" way to restart MySQL on OS X? >> >>I did mysqladmin -p shutdown then safe_mysqld...is this the same as >>if the machine started up? > >Not exactly the same. But for intents

Re: restarting MySQL on OS X

2002-05-21 Thread Reid Sutherland (mysql)
Alex Pilson wrote: > I was wondering if anyone knew the "proper" way to restart MySQL on OS X? > > I did mysqladmin -p shutdown then safe_mysqld...is this the same as if > the machine started up? Not exactly the same. But for intents and purposes it does what you want. If you want to truly ma

Re: restarting MySQL on OS X

2002-05-21 Thread Jim Dickenson
There is a link for mysql-startupitem.pkg.tar.gz on http://www.entropy.ch/software/macosx/mysql/ This will install the startup stuff needed to do what you want. On 5/21/2002 5:43 AM, "Alex Pilson" <[EMAIL PROTECTED]> wrote: > I was wondering if anyone knew the "proper" way to restart MySQL on O

Re: restarting MySQL on OS X

2002-05-21 Thread jake williamson 28
alex, chuck a copy of phpMyAdmin onto the machine. edit the phpMyAdmin configuration file to your username and password and load it up on the loopback address. you should find a button saying 'reload mysql' on the page. phpMyAdmin rules!!! cheers, jake on 21/5/02 1:43 pm, Alex Pilson at [E

restarting MySQL on OS X

2002-05-21 Thread Alex Pilson
I was wondering if anyone knew the "proper" way to restart MySQL on OS X? I did mysqladmin -p shutdown then safe_mysqld...is this the same as if the machine started up? -- <---> Alex Pilson FlagShip Interactive, Inc. [EM

Re: Restarting mySQL as a daemon

2001-10-01 Thread Benjamin Pflugmann
Hi. On Mon, Oct 01, 2001 at 02:05:05PM -0700, [EMAIL PROTECTED] wrote: > I want to start logging all queries on a mySQL server, but it is already > running. I would prefer not to shut it down, but if I have to, then I am not > sure how to start it up again without binding it to my logged-in self,

Restarting mySQL as a daemon

2001-10-01 Thread Jonathan Hilgeman
I want to start logging all queries on a mySQL server, but it is already running. I would prefer not to shut it down, but if I have to, then I am not sure how to start it up again without binding it to my logged-in self, so that when I log out of the system, the program doesn't stop. Is there anyw

restarting mysql

2001-04-30 Thread del
Greetings, I re-booted my server that a database resides oni started mysql (bin/safe_mysql --user=del &) However i think that the desired database is not loaded..not being a database guru, what is the proper way of starting mysql so that i can specify the proper database..? thanks donni