Brian,
> It is time for me to move eventum db from MySQL 3.23 over to
> MySQL 4.1.12.
> I currently use Webmin to do my backups. I tried taking the
> backup sql to
> MySQL 4 and it hangs shortly after the import (using MySQL
> Administrator to
> import). I am thinking it has something to do with the
> attachments. Is there
> something I am doing wrong to backup attachments? Can someone
> point me in
> the right direction to properly backup eventum db with
> attachments for a
> successful import?
Can you try running the normal mysql command-line client to do the
import?
All you need is run something like the following:
mysql -u username -p eventum_db < backup.sql
See if that works for you.
--Joao