I am trying to restore a backup on a two processor machine with a Debian
installation with 2.4 kernel and 2GB or RAM, but when it reaches a
MyISAM table of about 1.8 GB it stops restoring with no error output.
The MySQL version is Distrib 5.0.16.
I have tried to restore it in many other systems (unstable Debian,
Ubuntu, Windows 2000) and all of them worked fine. 
Trying to figure out if the table had problems, I used myisamchk and it
returned OK.
I tried to backup and restore just this table and it restored fine.
I have tried almost everything, but the only way it worked is by
restoring the table independently. It is not an acceptable way for
backing up the database because it will grow up to a size in which it
could be very hard to backup.
The backup was created with "mysqldump --opt ..." and I try to restore
it with "mysql -u root -pPwd DB < file.sql".

Any ideas???


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to