Hello,

We currently have two separate MySQL version running, one w/innodb and bdb
tables and the other w/o transaction table handlers. We normally
shutdown/restart the servers using the --defaults-file=/path/to/my.cnf 

Now if I want to restart the server w/innodb and bdb tables, and do not want to
use the the bdb, if I use the command line:

safe_mysqld --defaults-file=/path/to/my.cnf --skip-bdb &

even tho it was compiled w/bdb tables and has the setting in the my.cnf for
them, will the command line over ride the settings in the my.cnf, hence
disabling bdb tables untill the server is restarted and the bdb table handler is
enabled again.

Thx's

database mysql sql

Mike(mickalo)Blezien
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
Providing Internet Solutions that work!
http://www.thunder-rain.com
Tel: 1(225)686-2002
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


---------------------------------------------------------------------
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

Reply via email to