MySQL Table Need Help

Discussion in 'MySQL' started by a4tech, Apr 5, 2013.

  1. #1
    Hello I need help with MYSql Table.
    Non english words looks like this прив&#1077. Is this possible that they save same as submitted.
    this is table code
    CREATE TABLE ddds (
    id INT(10) NOT NULL AUTO_INCREMENT,
    ddd VARCHAR(255) NOT NULL,
    PRIMARY KEY (id),
    UNIQUE KEY (ddd)
    );

    Please take a look.
    Thank You.
     
    Last edited: Apr 5, 2013
    a4tech, Apr 5, 2013 IP
  2. crivion

    crivion Notable Member

    Messages:
    1,669
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    210
    Digital Goods:
    3
    #2
    You should use utf8_general_ci charset
     
    crivion, Apr 6, 2013 IP