V
V
Vyacheslav Lebedev2014-04-30 09:02:31
MySQL
Vyacheslav Lebedev, 2014-04-30 09:02:31

How to set utf8_general_ci comparison in mysql on create?

4b85f0a6469249f1b737809b81745a47.png
When creating a database manually, you can specify comparisons by selecting from a large list.
And how to do this when creating a database using a SQL query?
In general, you need a line of the SQL command, which, when creating the database, will enter comparisons into utf8_general_ci for the correct display of the Cyrillic alphabet.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
ReFeRy, 2017-02-04
@slavikse

CREATE DATABASE 'bdbd' DEFAULT CHARACTER SET utf8
PS And that the question has been hanging unanswered for two years? O_o

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question