As sites grow and more content gets stored in the database, I am wondering if there is a easy way to back up the database in segments?
As most people know, there is a limitation to phpMyAdmin and most other MySQL connection clients can handle.
Our database has far surpassed that limitation and if we were to loose our database and needed to restore from a back up, we would most likely have to manually break up the saved SQL file into sections to get it restored.
Looking for suggestions - I am not a MySQL, php, or any other type of guru, so I do not have the skill level to create or understand what would need to be done to have the database backed up in segmented fashion.