mysql 4 release

2002-08-27 Thread Matt Darcy

Does anyone have any idea when Mysql 4 will be classed as stable.


-
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: mysql 4 release

2002-08-27 Thread Matt Darcy

Sounds fair.

I have played with it a bit and found it good.

Just hoping it was be found stable soon as I am keen to use it in
production.

I'll get back to some testing.

Thanks,

Matt


-Original Message-
From: Mark Matthews [mailto:[EMAIL PROTECTED]]
Sent: 27 August 2002 22:15
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: mysql 4 release


Matt Darcy wrote:
 Does anyone have any idea when Mysql 4 will be classed as stable.


 -
 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


See

http://www.mysql.com/doc/en/Which_version.html

4.0 will be declared stable when it _is_ stable. You can help with
finding that point by testing 4.0 and reporting any bugs you find to the
mysql developer team.

-Mark

--
For technical support contracts, visit https://order.mysql.com/?ref=mmma

 __  ___ ___   __
/  |/  /_ __/ __/ __ \/ /  Mark Matthews [EMAIL PROTECTED]
   / /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Developer - JDBC/Java
  /_/  /_/\_, /___/\___\_\___/ Flossmoor (Chicago), IL USA
 ___/ www.mysql.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




2 mysql daemons starting - both with different configs

2002-07-28 Thread Matt Darcy

Hi,

I have copied the file ./support-files/mysql.server to
/etc/init.d/mysql_server.

I have edited the /etc/init.d/mysql_server to set the basedir to
/usr/local/mysql and the datadir to /usr/local/mysql/var

When I compiled mysql I set the --with-mysqld-user=mysqldba flag.

I run (as root) /etc/init.d/mysql_server start

I see


$ ps -ef | grep mysql
mysqldba 20884 20719  0 11:55:31 pts/10:00 -ksh
mysqldba 20880 20865  0 11:55:11 pts/10:00
/usr/local/mysql/libexec/mysqld -
-basedir=/usr/local/mysql --datadir=/usr/local
root 20865 1  0 11:55:11 pts/10:00 /bin/sh
/usr/local/mysql/bin/safe
_mysqld --datadir=/usr/local/mysql/var --pid-f
$



as you can see the the parent (safe_mysqld)
sets --datadir=/usr/local/mysql/var (correct)
however the children processe owned by mysqldba sets datadir=/usr/local/
 (why not /usr/local/mysql/var )


My Questions are..

Why is the root processes of mysql not owned by mysqldba ? do I need to add
an su - mysqldba at the start of the mysql_server script ?

why is mysqld setting --datadir=/usr/locl when the script sets
datadir=/usr/local/mysql/var ?

Thanks,

Matt.


-
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