It seems to me that phpMyAdmin imports tables by default with collation latin1_swedish_ci, how i change this?
It seems to me that phpMyAdmin imports tables by default with collation latin1_swedish_ci, how
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In your Mysql configuration change the default-character-set operative under the [mysqld] tab. For example:
Don’t forget to restart your Mysql server afterwards for the changes to take effect.