For the 1st question change
character_set_database latin1
TO
character_set_database utf8
Run the check again and if it still doesn't change, change
character_set_server latin1
also TO
character_set_server utf8.
For Question 2:
>>I also can't connect now via other program like navicat to mysql user that I created.
>>Why?
I think you shoul verify your connection parameters... userid, password, host and if they are still the same as before then please post the exact error you receive when you try to connect.
Main Topics
Browse All Topics





by: vidda22Posted on 2009-10-10 at 06:13:59ID: 25542161
I think that the problem is when I execute sql file all utf8 characters change into this: Å: kind of thing
Te question is how to execute sql file and retain characters
as you can see from database variables
character_set_database latin1
Should I change tat?
if so than how?
I also can't connect now via other program like navicat to mysql user that I created.
Why?
It's all after this server reload