Hi all,
Willing to test an upgrading path from 4.0 to 4.1 database of MySQL.
Could someone provide a link or some slice of unload from a 4.0 with
encodings different from "latin1" ?
Thanks in advance,
Francesco R.
--
MySQL General Mailing List
For list archives: http://lists.mysql.co
How should I handle encodings and output to web pages?
I'm inserting some POST variables from a PHP script directly into a
MySQL database. (I have magic quotes turned on, so quotes already taken
care of.)
There's the possibility that there could be some UTF-8 bytes in the
POST variab
I think mysqldump -x --default-character-set="latin1" > dump.xml should
put the character encoding into the resulting xml file. The first line
of dump.xml should be
but all that mysqldump puts is
David Dickson
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To