I have some MySQL tables with utf8mb4 fields, and others with utf8.
It is safe to use utf8mb4 in the PDO connection string for all tables? Or do I have to convert everything to utf8mb4, or start two different PDO connections?
from Can I safely use a utf8mb4 connection with utf8 columns?
No comments:
Post a Comment