Articles tagged with “MySQL”
-
Thinking about UTF-8 character set conversion in TYPO3
UTF-8 seems to become more and more popular as a character set used with TYPO3. Changing the charset of a system can be tricky and there are a lot of traps. Lots of mailing list requests prove that. Here's are some general thoughts about the subject (no howto!). -
Unreadable output of MySQL console client
tl;dr Terminate your MySQL query with \G instead of ; or \g to get some more readable output