Hi everybody!

This is my problem:

1) Environment:

        OS:            sun4u sparc SUNW,Ultra-250
        MySQL:    3.22.32


2) What I do:

        I make an excerpt of a table using  " select
lpad(my_field,5,'0') into outfile 'my_file_path' from my_table" ...


3) What I would like:

        I'm in Italy, so in my DB there are characters like  è,é,à,ò and
many others. I expected that in the file my_file_path I find again
è,é,à,ò .


4) What I obtain:

        In  my_file_path, instead of   è,é,à,ò, I have something like
this:   \345, \267, \330  (these values are invented).


Please, help me!  What can I do?


Thanks and best regards,

              Domenico




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to