I just switched to utf-8 for more characters, but I only store user posts in a couple of tables which I needed utf-8 for. Should I for some reason change all the tables to utf-8? Should I not?
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.
Each table in a MySQL database can specify its own encoding. However, unless there is a real need for different encodings, it is a good idea to keep them all the same and avoid any subtle errors in the future as you (or future developers) forget that this table is in that encoding and the other table isn’t.