+ Reply to Thread
Results 1 to 1 of 1
-
Administrator
- Join Date
- Jul 2006
- Posts
- 94
Create database with charset and collation
Guys,
Use following command to create a database with charset and collation.
CREATE DATABASE dbname CHARSET=latin5 COLLATE=latin5_turkish_ci;


LinkBack URL
About LinkBacks



Reply With Quote