If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > character problem

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-22-06, 12:02
zodehala zodehala is offline
Registered User
 
Join Date: Jan 2006
Posts: 24
character problem

when i try to create table an error is occured

its reason is character problem.

for example following query gives error :

Code:
create table Aile(no int(2),AnaAdı char(20),BabAdı char(20));

word wtih problem is BabaAdı

ı -------------> Turkish Character

How can i recognize Turkish-character set ?????????????
Reply With Quote
  #2 (permalink)  
Old 01-23-06, 04:37
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,258
sounds like a setup issue, what character set are you using?
you can set it via mysqld
a word of warning - that means all application using that server will us the same settigns, so its fine if your app is the sole user, but could cuase problems if not. if yo uare changing the character set yu may also want o consider changing the error messages in addition (my.cnf) and sort order.
HTH
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On