i have a problem to study transaction log in mysql, please any bady have example aplication to help me ? thanks![]()
| SitePoint Sponsor |
i have a problem to study transaction log in mysql, please any bady have example aplication to help me ? thanks![]()


did you review the tutorial on the mysql site?

"transaction log"? applications don't deal with the transaction log at all. the transaction log is a mechanism internal to mysql used to manage transactions. there are no functions that allow you to manipulate or examine the transaction log directly.
are you looking for information on transactions in general?
Bookmarks