Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Log Transaction ?

Status
Not open for further replies.

Xaplytz

Programmer
Joined
Jun 26, 2000
Messages
79
Location
US
Log Transaction

Does MySQL has Log Transaction

If not what will be the better way to make a backup of the database with log out the users
Thanks
 
MySQL has the ability to create a bin-log, which is most often used for moving the transactions to a replicated server. If you are working in an environment where you do not need a replicated server, then you can use mysqldump and mysqlrestore to create backups of the databases.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top