Re: InnoDB monitor

2002-03-25 Thread Heikki Tuuri
Hi! Please look in section 9.1 of http://www.innodb.com/ibman.html Best regards, Heikki Tuuri Innobase Oy --- Order technical MySQL/InnoDB support at https://order.mysql.com/ See http://www.innodb.com for the online manual and latest news on InnoDB -Original Message- From: [EMAIL PROT

RE: innodb monitor

2002-03-12 Thread Felix Richter
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.