hi! I'm managing a mysql database and I'm having some problems with a fields containing japanese characters.
Preamble: The original database was made under M$Access, so I used the export2sql module for Access to get some mysql scripts and, by these, create my MySQL DB. Client and server are both installed on my local host and everythink's ok: by a php interface I can query the DB and the result is always as expected. Then I tried to put the DB on a remote Mysql server. At first I put it by phpMyAdmin. But when I query the remote DB with the php interface, sometimes the japanese field it's different from what it should be. So I tried to connect to the remote Mysql server by my Mysql client and to put the data on the DB using the script generated by export2sql, the same way I did with my local Mysql server. But even now the problem persists and I continue to see strange caracters that I don't see on my local DB queries. Can someone help me? Thanks a lot! bye Ivano --------------------------------------------------------------------- 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