Re: Can get safe_msqld to run in background!!

2001-06-01 Thread Sinisa Milivojevic

Joseph Bueno writes:
 Hi,
 
 [EMAIL PROTECTED] wrote:
  
  I know this is bound to be something REALLY simple, but I can't seem to get
  safe_mysqld to run in background (Solaris 7/MySQL 3.23.37)
  
  If I try, as the root user, to start safe_mysqld from the /usr/local/mysql
  directory thus...
  
  ./bin/safe_mysqld --user=mysql 
  
  ...I get the following message...
  
  [1] + Stopped (SIGTTOU)./bin/safe_mysqld --user=mysql 
 ^
 This means that the process (safe_mysqld) is blocked because it is trying
 to write some message to your terminal while it is running in background.
 
 You should try something like :
 ./bin/safe_mysqld --user=mysql  /tmp/safe_mysqld.log 21 
 
  
 
 Regards
 --
 Joseph Bueno
 NetClub/Trader.com


Hi!

A diagnosis is quite correct, only MySQL daemon does not write
anything to console or stdout or stderr. 

It is probably a problem with mismatched version of MySQL for that
Solaris.


Regards,

Sinisa

    __ _   _  ___ ==  MySQL AB
 /*/\*\/\*\   /*/ \*\ /*/ \*\ |*| Sinisa Milivojevic
/*/ /*/ /*/   \*\_   |*|   |*||*| mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*| Larnaca, Cyprus
  /*/ /*/  /*/\*\_/*/ \*\_/*/ |*|
  /*/^^^\*\^^^
 /*/ \*\Developers Team

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Can get safe_msqld to run in background!!

2001-05-31 Thread Adrian . Davis



I know this is bound to be something REALLY simple, but I can't seem to get
safe_mysqld to run in background (Solaris 7/MySQL 3.23.37)

If I try, as the root user, to start safe_mysqld from the /usr/local/mysql
directory thus...

./bin/safe_mysqld --user=mysql 

...I get the following message...

[1] + Stopped (SIGTTOU)./bin/safe_mysqld --user=mysql 

...and it is not possible to connect to the server. However, if I try to start
it in foreground thus...

./bin/safe_mysqld --user=mysql

...it works OK!!!

I must be missing something very obvious. Any Ideas?

Many Thanks,
   =Adrian=


Information in this message is confidential and may also be legally privileged.
It is intended solely for the person to whom it is addressed. If you are not the
intended recipient, please notify the sender, and then please delete the message
from your system immediately.



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Can get safe_msqld to run in background!!

2001-05-31 Thread Joseph Bueno

Hi,

[EMAIL PROTECTED] wrote:
 
 I know this is bound to be something REALLY simple, but I can't seem to get
 safe_mysqld to run in background (Solaris 7/MySQL 3.23.37)
 
 If I try, as the root user, to start safe_mysqld from the /usr/local/mysql
 directory thus...
 
 ./bin/safe_mysqld --user=mysql 
 
 ...I get the following message...
 
 [1] + Stopped (SIGTTOU)./bin/safe_mysqld --user=mysql 
^
This means that the process (safe_mysqld) is blocked because it is trying
to write some message to your terminal while it is running in background.

You should try something like :
./bin/safe_mysqld --user=mysql  /tmp/safe_mysqld.log 21 

 
 ...and it is not possible to connect to the server. However, if I try to start
 it in foreground thus...
 
 ./bin/safe_mysqld --user=mysql
 
 ...it works OK!!!
 
 I must be missing something very obvious. Any Ideas?
 
 Many Thanks,
=Adrian=
 

Regards
--
Joseph Bueno
NetClub/Trader.com

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php