Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. arabic character not saved in MySQL

arabic character not saved in MySQL

Scheduled Pinned Locked Moved Database
questiondatabasemysqlcomhelp
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jassim Rahma
    wrote on last edited by
    #1

    Hi, I am using INSERT into MySQL database. I am inserting arabic character. The database character set is utf8 and collation is utf8_unicode_ci same with the field article_title. but the title saved in the article_title field is like this ?????????? (just question marks) look at this : http://www.volow.com/bahrain.images/About[^] where is the problem? Thanks, www.volow.com

    Technology News @ www.JassimRahma.com

    S 1 Reply Last reply
    0
    • J Jassim Rahma

      Hi, I am using INSERT into MySQL database. I am inserting arabic character. The database character set is utf8 and collation is utf8_unicode_ci same with the field article_title. but the title saved in the article_title field is like this ?????????? (just question marks) look at this : http://www.volow.com/bahrain.images/About[^] where is the problem? Thanks, www.volow.com

      Technology News @ www.JassimRahma.com

      S Offline
      S Offline
      Simon_Whale
      wrote on last edited by
      #2

      Have a read of this Stackoverflow - MYSQL save data in arabic[^]

      Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON

      J 1 Reply Last reply
      0
      • S Simon_Whale

        Have a read of this Stackoverflow - MYSQL save data in arabic[^]

        Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON

        J Offline
        J Offline
        Jassim Rahma
        wrote on last edited by
        #3

        this is what I did but I still have the same problem.. Please Help..

        character_set_client utf8
        character_set_connection utf8
        character_set_database utf8
        character_set_filesystem binary
        character_set_results utf8
        character_set_server utf8
        character_set_system utf8
        character_sets_dir C:\Program Files (x86)\Parallels\Plesk\Databases\MySQL51\share\charsets\
        collation_connection utf8_general_ci
        collation_database utf8_unicode_ci
        collation_server utf8_unicode_ci
        completion_type 0
        concurrent_insert 1
        connect_timeout 10

        and in my connectionstring:

        Technology News @ www.JassimRahma.com

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups