Maybe, MySQL has a default character set, which your databases and table are created with.You can change with this command:
ALTER DATABASE `db_name` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci On 1/28/06, cayco <[EMAIL PROTECTED]> wrote: > > I did not. > > I used only: mysqladmin create dbname > > Could that be the problem? > > -- Julio Nobrega - http://www.inerciasensorial.com.br

