Hi to everyone . I've restored my database because I have some problemes... all it's ok but I have one problem with MKD and Turkish characters ... it's show only " ? " and the post from forum (it's a forum) shows only like: ????? ?? ?????? ?? ??????? ?????? ? how to fix that...?
use bigdump to import your mysql large files may be u are getting this error because your mysql file size is so big or may be there is some problem in your mysql file chk it out please or may be fonts problem if someone have installed the fonts taht your character contains then it will be ok or if not installed it will creat ? or square box may be in my opinion
Could you explain : -how and with which tools you performed the backup -how and with which tools you perform the restore That would make it easier for the non-mind reading crowd to find out what you are doing and where you might be going the wrong way.
I think this is something related the characterset of your database From command line after login to the mysql try the command status It will give you all the information of your character set . If it is latin1 you may need to change it to utf-8 to work with the special characters.
i don't have acces at mysql only at phpmyadmin I have tried in SQL to SET utf-8; and this problem still persist..