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 6592751
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T17:35:42+00:00 2026-05-25T17:35:42+00:00

I faced a very strange problem when developing on PHP and MySQL. I had

  • 0

I faced a very strange problem when developing on PHP and MySQL.
I had such problem 4-5 years ago, but since than not. And really don’t remember how I solved it.

Well… the problem: I’m having database with collation of utf_unicode_ci, but when inserting georgian letters: სახელი და გვარი in the database I’m having მიხეირ<- this symbols. What could the problem be? and how to solve it?

Any ideas?

  • 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-25T17:35:43+00:00Added an answer on May 25, 2026 at 5:35 pm

    According to Eray’s answer I realized that utf8_general_ci shuld be set in collation and not utf8_unicode_ci

    and in addition to that use mysql_set_charset(‘utf8’, $connection) function.

    Here’s the sample:

            $connection = mysql_connect(DB_SERVER, DB_USER, DB_PASS);
        mysql_set_charset('utf8',$connection);      
        if (!$connection) {
            die("Database connection failed: " . mysql_error());
        } else {
            $db_select = mysql_select_db(DB_NAME, $connection);
            if (!$db_select) {
                die("Database selection failed: " . mysql_error());
            }
        }
    }
    

    So having mysql_set_charset on the second line solved my issue.

    Hope it helps anyone..

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

Sidebar

Related Questions

We faced a very strange issue (really strange for such mature product): how to
I recently faced a very strange problem. Compilation of our products includes signing the
When trying to recreate an InterpolationFunction produced by NDSolve I faced very strange problem
i just faced a very strange problem today. My Application Structure is: /app -
I have faced a very strange situation here. I am accessing database (MDB) through
Recently I've faced such problem. I'm working on the application, in which logging is
Today I have faced very strange behavior of sqlite3_finalize statement. I am using sqlite
I faced a very odd problem It seems very funny looks like some stuffs
Faced with the challenge of a new application with which you had free reign
I faced a little trouble - I do not know if I can define

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.