"neal" <[EMAIL PROTECTED]> wrote:
> I need to backup a mysql 4.1 database with UTF8 characters using InnoDB
> and then restore the backup on another machine
>
> I tried the following (same machine - Windows XP)
> mysqldump.exe -u root stp2 city > d1.sql# backup
> stp2.city
> mysql.e
I need to backup a mysql 4.1 database with UTF8 characters using InnoDB
and then restore the backup on another machine
I tried the following (same machine - Windows XP)
mysqldump.exe -u root stp2 city > d1.sql# backup
stp2.city
mysql.exe -u root t1 < d1.sql