Jump to content

Backing up a database quickly


shamoon

Recommended Posts

Hello all,

I'm using automysqlbackup to back up my entire database nightly.  It is being backed up from a different machine than on which the database resides.  However, during the time of backup, the server comes to a snore.  My slow log has stuff like:

# Query_time: 652  Lock_time: 0  Rows_sent: 4506217  Rows_examined: 4506217
SELECT /*!40001 SQL_NO_CACHE */ * FROM `books_to_categories`;

 

Is there any better way to do regular backups?  I've been told replication is the way to go and to run backups on the slave, but the problem is that I'm using a MyISAM storage engine and using "FullText" search capabilities.

 

Does anyone have a solution to this problem?

 

Thanks,

Shamoon

Link to comment
https://forums.phpfreaks.com/topic/80335-backing-up-a-database-quickly/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.