Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 807127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T00:21:22+00:00 2026-05-15T00:21:22+00:00

Using SQLite, this works fine. However, when I switch to MySQL, instead of クイン

  • 0

Using SQLite, this works fine. However, when I switch to MySQL, instead of クイン i get ???. The column is TEXT or sometimes VARCHAR(255) (I believe its VARCHAR(255) in this case).

How do I get MySQL to properly save these characters?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T00:21:23+00:00Added an answer on May 15, 2026 at 12:21 am

    Table/column character sets need to be set to a version that supports multibyte like UTF8.

    You may be able to tell the current table character set by doing a

    mysql> SHOW CREATE TABLE tbl_Name;
    

    It may not show you anything in which case it’s using the default defined in you my.cnf

    To change a character set on a table run:

    mysql> ALTER TABLE tbl_name CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
    

    I don’t recommend this if you have a lot of data or can’t remove the data and start fresh. The transition needs to remove the bad data first.

    I read through this post and it seems in depth and from what I can remember of my own battles with this very accurate. http://www.oreillynet.com/onlamp/blog/2006/01/turning_mysql_data_in_latin1_t.html

    Also, to create new tables as UTF-8 append CHARACTER SET utf8 COLLATE utf8_general_ci to the end of your CREATE TABLE statements

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This search condition works fine in MySQL, and SQLite but fails in PostgreSQL: CONTROLLER:
I have a database file that is generated on a PC using Sqlite. This
I'm using a Java wrapper for SQLite called SQLiteJDBC - this may have some
I'm using a Java wrapper for accessing Sqlite but I assume this is a
I am using sqlite with python 2.5. I get a sqlite error with the
I guess many people already read this article: Using your own SQLite database in
I have a database that I built in SQLite browser, and it works fine.
My app uses a simple SQLite database. Everything works fine I can now present
Using sqlite and building queries, they all work fine until I try to bind
I am using a sqlite query to get nutrient values for a specific food

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.