Hello
I get this error in mysql :
Error
SQL query:
ALTER TABLE `filer` CHANGE `st?se` `s torrelse ` VA RCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
MySQL said:
#1300 - Invalid utf8 character string: 'ørrelse'
How can i fix this problem ?
Thanks for all help
I use mysql 4.1 and PHP 5.1
I get this error in mysql :
Error
SQL query:
ALTER TABLE `filer` CHANGE `st?se` `s torrelse ` VA RCHAR( 255 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL
MySQL said:
#1300 - Invalid utf8 character string: 'ørrelse'
How can i fix this problem ?
Thanks for all help
I use mysql 4.1 and PHP 5.1
Last edited: