Phpmyadmin – java transaction.rollback() not rollbacking the DB
I try to do transactions on my project java, and I realise all transactions don't rollback the rows in DB. It's a local project (the DB was MySQL on phpmyadmin, all tables in innoDB). I try to do an insert…