MySQL Forums
Forum List  »  MyISAM

Re: FullText Search giving Case sensitive results , Big Problem!!
Posted by: Toomula Nanda kishore
Date: December 20, 2011 03:56AM

send me the o/p select TABLE_NAME,COLUMN_NAME,CHARACTER_SET_NAME,COLLATION_NAME from information_schema.columns where
TABLE_SCHEMA='youdbname' and TABLE_NAME ='yourtablename'
on doubtful tables
that it self is idiot proof

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.