utf 8 - MySql import backup - UTF8 problems -


i have .sql mysql dump. when import it, 'Ü' displayed 'ü' , on. same when open notepad++.

when change charset in notepad++ utf8 without bom displayed correct. says "ansi utf8".

but when save , import again, mysql generates 'ü'.

the same when try "convert utf8 without bom" in notepad++ ans save .

ive tried phpmyadmin , mysqldumper, tried "input charset" options , on - , still dont it. doesnt work settings.

i tried fix in manually in database , worked - charset of mysql ok think.

hope can me out,

regards

babacuek

just (sorry delay)

mysql -uroot -p --default-character-set=utf8 database mysql> source utf8.dump 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -