Guys,

Use following command to create a database with charset and collation.

CREATE DATABASE dbname CHARSET=latin5 COLLATE=latin5_turkish_ci;