obviously, as http is a stateless protocoll you can't just use pma to send the queries begin update ... then do some selects with pma and afterwards do a rollback.
but if i set autocommit to false in the mysql serversettings and in the php.ini set php to use persistent connections as default do you think it would work? if that chance exists i'd start thinking if there is any useful way to help using transactions on innodb tables in pma, but i think that even if you use persistent connections these are only persistent within one apache child, so chances are that the connection is lost nevertheless and thus transaction can never work.
can anybody tell me more there?
regards
mike beck