Hi
I have just installed this module, and try to make my first backup, I get a large list of errors like this (more than 130 lines):
warning: mysql_query() [function.mysql-query]: Unable to save result set in /home/isam/public_html/includes/database.mysql.inc on line 115.
user warning: MySQL client ran out of memory query: SELECT * FROM `cache_hierarchical_select` in /home/isam/public_html/sites/all/modules/backup_migrate/includes/destinations.db.mysql.inc on line 211.
user warning: Lost connection to MySQL server during query query: SHOW CREATE TABLE `cache_menu` in /home/isam/public_html/sites/all/modules/backup_migrate/includes/destinations.db.mysql.inc on line 191.
user warning: MySQL server has gone away query: SHOW CREATE TABLE `cache_page` in /home/isam/public_html/sites/all/modules/backup_migrate/includes/destinations.db.mysql.inc on line 191.
user warning: MySQL server has gone away query: SHOW CREATE TABLE `cache_update` in /home/isam/public_html/sites/all/modules/backup_migrate/includes/destinations.db.mysql.inc on line 191.
user warning: MySQL server has gone away query: SHOW CREATE TABLE `cache_views` in /home/isam/public_html/sites/all/modules/backup_migrate/includes/destinations.db.mysql.inc on line 191.
user warning: MySQL server has gone away query: SHOW CREATE TABLE `cache_views_data` in /home/isam/public_html/sites/all/modules/backup_migrate/includes/destinations.db.mysql.inc on line 191.
my database is really very small, So I have no idea about the cause of this error, Can any one help me please.
Comments
Comment #1
aaronott commentedkalilo
Without knowing more about your database and it's configuration, I would guess that your database memory may be set too low. Have a look at the following link for recommended mysql config settings.
http://drupal.org/node/85768
I hope this helps.
Comment #2
ronan commentedI hope that advice solved your issues. Reopen if not.