Hello Fabio, > Yes, the steps that you wrote are exactly what I did before posting :)
Great > Can be a missing configuration? Or can it depend by MySql driver (I'm using > version x.x.15 instead x.x.18 as in your tutorial)? I don't think the driver's patch version is relevant, although you should use the latest version, of course. However, have you considered these MySQL features? http://dev.mysql.com/doc/refman/5.5/en/set-transaction.html MySQL allows for tampering with transaction isolation levels. So for debugging purposes, it is actually possible to read uncommitted state from another transaction... Cheers Lukas
