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

  • Home
  • SEARCH
  • 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 8315977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T21:15:10+00:00 2026-06-08T21:15:10+00:00

Hi everyone I’m currently using phpmyadmin to build a table but I’m having several

  • 0

Hi everyone I’m currently using phpmyadmin to build a table but I’m having several problems.

These are my current settings:

Server: localhost via TCP/IP
Server version: 5.5.16
Protocol version: 10
User: root@localhost
MySQL charset: UTF-8 Unicode (utf8)
Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 mod_perl/2.0.4
Perl/v5.10.1
MySQL client version: mysqlnd 5.0.8-dev - 20102224 - $Revision: 310735 $
PHP extension: mysql

I’m trying to fill the native_name column of my language column.

It has to look sorta like this:

Language ID  Language Code  Language name   Native name   Active
-----------  -------------  -------------   ------------  ------
1            afr            Afrikaans       Afrikaans     0
2            sqi            Albanian        gjuha shqipe  1
3            ara            Arabic          العربية
4            spa            Spanish         Espanol       1
5            eng            English         English       1

But what I’m getting is this:

Language ID  Language Code  Language name   Native name   Active
-----------  -------------  -------------   ------------  ------
1            afr            Afrikaans       Afrikaans     0
2            sqi            Albanian        gjuha shqipe  1
3            ara            Arabic          ?????????
4            spa            Spanish         Espanol       1
5            eng            English         English       1

enter image description here

Ok so this is how the story went. As you know from the example above; the native name column has to contain a whole bunch of strange characters. I got the ???? ??? entry while doing the insert via SQL so then I decided that maybe an inline edit would solve things.

After saving my in line edit however the Arabic text I had pasted in reverted back to ??????? ???? on page refresh.

enter image description here

Any idea on how I can solve this? As you can see its happening on all the characters (i.e. Japanese, Chinese and so on) in the table!

  • 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-06-08T21:15:11+00:00Added an answer on June 8, 2026 at 9:15 pm

    Basically, based on your comments, you have invalid character set and collation on your table / columns, so you will need to perform character set conversion and possibly repopulation of the table itself…

    ALTER TABLE [table] MODIFY [column] [type] CHARACTER SET utf8 COLLATE utf8_general_ci;
    ALTER TABLE [table] DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci

    Check these links:

    • http://dev.mysql.com/doc/refman/5.0/en/charset-conversion.html
    • http://dev.mysql.com/doc/refman/5.0/en/charset-table.html
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

everyone, I have problems when using MVC3 code is as follows public SystemController(IRepository repository)
everyone. I'm having a memory allocation error using ctypes and a C code. I'm
everyone. This is a piece of code from using sqlite in android tutorial: return
everyone. I know this is a far treated subject, but I've looked everywhere and
Everyone knows public class Test<T> where T : SomeBaseClass But is there a way
everyone Background: I am using phpmailer to send emails. For a group of users
everyone.I wanna include javascript in the html(webpy templates),but it doesn't work.the javascript code in
everyone. I have problem replacing existing rows in table with new ones. I use
Everyone I am using C#.NET for the task. Let me explain briefly what i
everyone. I'm trying to get data from some page, it's updated using javascript. First,

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.