Re: [gentoo-user] MySQL Run Script Weirdness

2005-07-25 Thread Patrick Rutkowski
On 7/25/05, A. Khattri [EMAIL PROTECTED] wrote:
 On Sat, 23 Jul 2005, Patrick Rutkowski wrote:
 
  Nope, same old stuff:
 
  localhost ~ # /etc/init.d/mysql start
   * Starting mysqld (/etc/mysql/my.cnf) ...
   * MySQL NOT started, proceding anyway
  [ !! ]
  localhost ~ # /etc/init.d/mysql zap
  localhost ~ # /etc/init.d/mysql start
   * Starting mysqld (/etc/mysql/my.cnf) ...
  [ !! ]
  localhost ~ # /etc/init.d/mysql stop
   * ERROR:  mysql has not yet been started.
  localhost ~ #
 
 You could try rebuilding mysql - that missing symbol error message may
 have been a clue...
 
 
 --
 
 --
 gentoo-user@gentoo.org mailing list
 
 

Fixed it http://forums.gentoo.org/viewtopic-t-362461-highlight-.html

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MySQL Run Script Weirdness

2005-07-24 Thread A. Khattri
On Sat, 23 Jul 2005, Patrick Rutkowski wrote:

 Nope, same old stuff:

 localhost ~ # /etc/init.d/mysql start
  * Starting mysqld (/etc/mysql/my.cnf) ...
  * MySQL NOT started, proceding anyway
 [ !! ]
 localhost ~ # /etc/init.d/mysql zap
 localhost ~ # /etc/init.d/mysql start
  * Starting mysqld (/etc/mysql/my.cnf) ...
 [ !! ]
 localhost ~ # /etc/init.d/mysql stop
  * ERROR:  mysql has not yet been started.
 localhost ~ #

You could try rebuilding mysql - that missing symbol error message may
have been a clue...


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MySQL Run Script Weirdness

2005-07-23 Thread A. Khattri
On Fri, 22 Jul 2005, Patrick Rutkowski wrote:

 [code]
 localhost mysql # /etc/init.d/mysql stop
  * ERROR:  mysql has not yet been started.
 localhost mysql #
 [/code]

 The fact that I can't use the runscript to stop the proess gets to me... I'm
 itching to fix this.

Did you run mysql_install_db after emerging MySQL???

If you didn't, then I would kill off MySQL, run the script, then do
/etc/init.d/mysql zap, after which the normal start and stop should
work.

-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MySQL Run Script Weirdness

2005-07-23 Thread Patrick Rutkowski
On Saturday 23 July 2005 11:27, A. Khattri wrote:
 On Fri, 22 Jul 2005, Patrick Rutkowski wrote:
  [code]
  localhost mysql # /etc/init.d/mysql stop
   * ERROR:  mysql has not yet been started.
  localhost mysql #
  [/code]
 
  The fact that I can't use the runscript to stop the proess gets to me...
  I'm itching to fix this.

 Did you run mysql_install_db after emerging MySQL???

 If you didn't, then I would kill off MySQL, run the script, then do
 /etc/init.d/mysql zap, after which the normal start and stop should
 work.

 --

Heh, yes; of course I did mysql_install_db
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MySQL Run Script Weirdness

2005-07-23 Thread A. Khattri
On Sat, 23 Jul 2005, Patrick Rutkowski wrote:

 On Saturday 23 July 2005 11:27, A. Khattri wrote:
  On Fri, 22 Jul 2005, Patrick Rutkowski wrote:
   [code]
   localhost mysql # /etc/init.d/mysql stop
* ERROR:  mysql has not yet been started.
   localhost mysql #
   [/code]
  
   The fact that I can't use the runscript to stop the proess gets to me...
   I'm itching to fix this.
 
  Did you run mysql_install_db after emerging MySQL???
 
  If you didn't, then I would kill off MySQL, run the script, then do
  /etc/init.d/mysql zap, after which the normal start and stop should
  work.
 
  --

 Heh, yes; of course I did mysql_install_db



OK, but did you try the other stuff?


-- 

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] MySQL Run Script Weirdness

2005-07-23 Thread Patrick Rutkowski
On Saturday 23 July 2005 14:36, A. Khattri wrote:
 On Sat, 23 Jul 2005, Patrick Rutkowski wrote:
  On Saturday 23 July 2005 11:27, A. Khattri wrote:
   On Fri, 22 Jul 2005, Patrick Rutkowski wrote:
[code]
localhost mysql # /etc/init.d/mysql stop
 * ERROR:  mysql has not yet been started.
localhost mysql #
[/code]
   
The fact that I can't use the runscript to stop the proess gets to
me... I'm itching to fix this.
  
   Did you run mysql_install_db after emerging MySQL???
  
   If you didn't, then I would kill off MySQL, run the script, then do
   /etc/init.d/mysql zap, after which the normal start and stop should
   work.
  
   --
 
  Heh, yes; of course I did mysql_install_db

 OK, but did you try the other stuff?


 --
Nope, same old stuff:

localhost ~ # /etc/init.d/mysql start
 * Starting mysqld (/etc/mysql/my.cnf) ...
 * MySQL NOT started, proceding anyway
[ !! ]
localhost ~ # /etc/init.d/mysql zap
localhost ~ # /etc/init.d/mysql start
 * Starting mysqld (/etc/mysql/my.cnf) ...
[ !! ]
localhost ~ # /etc/init.d/mysql stop
 * ERROR:  mysql has not yet been started.
localhost ~ #
-- 
gentoo-user@gentoo.org mailing list