Hi,

I have used mysqldump with 5.0.15-nt and I have seen that it saves the file
in UTF-8 format.
This is OK, but if I try to run:

mysql database < saved_file.sql

It gives an error near some special chars (because the file is not ANSI).

If I convert the file as ANSI, I can import the data from it into MySQL
without problems.

Am I doing something wrong?

The second question is related to "explain". Is there a "explain" function
for update as there is for "select"?

Thank you.

Teddy


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

Reply via email to