-------------------
On Saturday 27 November 2004 12:38, Steve Mansfield wrote:

Seem to be answering my own questions here...:-)

Looks like it's a MySQLcc problem.

Dumped tables from the live server and then, rather than running them as a sql 
query via MySQLcc, I did it from the command line with:

mysql -h host -D database -p < filename.sql

And that worked. The data stayed as latin1. For some reason, MySQLcc is 
messing with the data and turning it into utf-8. Go figure...

-- 
@+
Steve

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

Reply via email to