Hi,
you can see the monitor's output in the logfile. In my case (mandrake linux), it is in 
/var/lib/mysql and I do:

tail -f /var/lib/mysql/SERVERNAME.err

> Also, where do I designate autocommit = 0; 

Use "SET AUTOCOMMIT = 0" as a SQL query. Just issue it where you do your SELECT, 
UPDATE etc. queries, and don't forget to "SET AUTOCOMMIT = 1" afterwards.

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