If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > mysql 4.1.x and utf-8

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-02-05, 09:57
madeonmoon madeonmoon is offline
Registered User
 
Join Date: Oct 2003
Posts: 15
mysql 4.1.x and utf-8

hey guys

my host upgraded me to mysql 4.1.8-standard from 4.0.x. I used to be able to handle utf-8 without problems but can't anymore. i was able to convert the existing data into utf-8 using instructions listed on http://dev.mysql.com/doc/mysql/en/alter-table.html

ALTER TABLE t1 CHANGE c1 c1 BLOB;
ALTER TABLE t1 CHANGE c1 c1 TEXT CHARACTER SET utf8;

however, all the new data that gets inserted (using the same code as before), loses utf-8 chars and displays them as question marks.

any ideas?

thanks a lot
james
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On