Community

Improve reliability and maintainability by using stateless connections

(Mark Robson) MySQL application developers have some problems with connection state. There is a lot of state which can be used associated with a single connection –Transactions (autocommit, uncommitted work, when a transaction was started, isolation level) –Temporary tables –Session variable

Read More - Register for Free Membership