September 2010
Intermediate to advanced
440 pages
9h 23m
English
After having determined whether a database can be stopped for the backup, a developer can choose from three methods of archiving:
Which you choose depends on what permissions you have on the server and how you are accessing the data.
MySQL also allows for two other forms of backup: using the binary log and by setting up replication (using the master and slave servers). To be sure, these are the best ways to back up a MySQL database. But, both of these are administrative tasks and require system-administrator authority; they are not typically available to a developer. However, ...
Read now
Unlock full access