David,

If you're just trying to turn off the log writer -- you can do it like this:

dbmcli -d <db> -u <dbmuser,dbmpass>

> db_admin
> util_connect
> util_execute SET LOG WRITER OFF
> util_release

Obviously then, you can turn your logs back on with
>db_admin
>util_connect
>util_execute SET LOG WRITER ON
> util_release


Do not, I repeat, do not, operate your database in production like this. You should only temporarily disable the redo log management.
Cheers,


JLS

David W Grantham wrote:



Hey,

I was wondering about these commands... they werent really documented in
the dbmcli commands, but i found them on another website.  Just confirming
what im thinking... these commands will stop the logwriter from writing
redo logs (sorry if my terminology is off).  Any more info would be
helpful.

Thanks






-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to