InterviewSolution
Saved Bookmarks
| 1. |
What is character set in MySQL. What is the default character set in MySQL |
|
Answer» A character set is a set of symbols and encodings. A collation is a set of RULES for comparing characters in a character set MySQL is capable of doing these things
Latin1 is the default character set in MySQL |
|