Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JForum
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
JForum
About ZH Problems.
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Web Container:
Tomcat
5.5
DB: Mysql -4.22
can not process chinese?
in db appear "??"
How I can resolve this?
such as:
???
[originally posted on jforum.net by huhpreal]
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Change the character set of your tables to UTF-8. You can do that by typing the following command in the mysql console:
ALTER TABLE tbl_name CONVERT TO CHARACTER SET utf-8;
Rafael
[originally posted on jforum.net by Rafael Steil]
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks,
But 'ALTER TABLE tbl_name CONVERT TO CHARACTER SET utf-8'
is an unkown command;
[originally posted on jforum.net by huhpreal]
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Message:
mysql> ALTER TABLE tbl_name CONVERT TO CHARACTER SET utf-8
-> ;
ERROR 1064: You have an error in your SQL syntax near 'CONVERT TO CHARACTER SET
utf-8' at line 1
[originally posted on jforum.net by huhpreal]
Migrated From Jforum.net
Ranch Hand
Posts: 17424
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I have resolved the question,
anyway thank you!
[originally posted on jforum.net by huhpreal]
Ever since I found this suit I've felt strange new needs. And a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
PoolableConnectionFactory problem
handle the Transaction on the DB side ?
I have a doubt
URLyBird - Maybe my database file come messed !! Helpp me
How to solve recursive SQL level string Problem
More...