hello,
I have built a new DB box. 
Orig db is mysqld  Ver 3.23.58
New DB is mysqld  Ver 4.0.20
I want to move the data from one box to another.
I have a couple of really large tables with longtext fields. This data is a
bunch of HTML
My plan was to do a mysqldump dbname -h oldbox > oldbox.sql
then do a mysql dbname < oldbox.sql

The problem is I get this wonderfully verbose :-( error message
:::ERROR at line 362701 

I am wondering if there is some single quotes that may be messing it up or
something like.

What is the best way to do this?

Thanks



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

Reply via email to