List:MySQL and Java« Previous MessageNext Message »
From:Pål Arne Hoff Date:January 23 2003 10:41am
Subject:Re: Transaction Support in mysql13.23.54
View as plain text  
> hi,
> i have installed mysql3.23.54 on windows and have
> followed all instructions as required for using
> mysqld-max to have transaction support.
> i have created a table using TYPE=INNODB, but cannot
> use rollback on it.
> the error i get in my jsp is "transactions not
> supported".
> please advice me on how i can use commit - rollback on
> mysql database tables.
> I am connecting to the mysql database thru my java
> web-app.
> thank you in advance.
> regards,
> nirmal
> (23 jan 03)
> 

Go to this page: http://www.innodb.com/howtouse.html and have a look 
under: How to create tables in the InnoDB format.

Basically you will at least have to specify this line in 
C:\WINDOWS\my.ini and restart your mysql-max server:

innodb_data_file_path=ibdata1:30M

All the best,
Pål Arne Hoff


Thread
Transaction Support in mysql13.23.54Nirmal Shah23 Jan
  • Re: Transaction Support in mysql13.23.54Pål Arne Hoff23 Jan
  • Re: Transaction Support in mysql13.23.54Robert Tam23 Jan
    • Re: Transaction Support in mysql13.23.54Mark Matthews23 Jan
  • Re: Transaction Support in mysql13.23.54Jayce^23 Jan
  • Re: Transaction Support in mysql13.23.54Leila Lappin23 Jan