Log in

View Full Version : error code 2008


foxconn
12-15-2005, 02:32 PM
iam runinig vb 3.5.2 and whrn iam trying to make a back up for my data base i got this error

MySQL Error : MySQL client ran out of memory
Error Number : 2008

can any one explains to me this?

thanx

i can use a little help in there :ermm:

merk
12-15-2005, 08:25 PM
You will need to contact your host. There is an imposed memory limit on MySQL (or a physical limit) and your backups must be causing too much memory use.

How are you doing the backup?

wedgey
12-19-2006, 03:34 PM
Sorry to hijack the thread (but I will anyway):)

I just ran into the same problem:


Invalid SQL:
SELECT * FROM postindex;

MySQL Error : MySQL client run out of memory
Error Number : 2008

I'm using the "Database Backup" tool found in the Maintenance tab of the Admin control panel.

My VB install is growing up and I guess this backup solution may not be ideal. I CAN backup the database from the mySQL Admin UI, so I don't think there is a database error (just guessing).

Like hundreds of other users, I know just enough to install the software and manage the board. As far as php and SQL go - I'm pretty dumb.

So my question is: with a growing VB database are there any other automated tools that will backup the VB database?

Thanks!