Convert charset in mysql query
- by Yousf
Hi,
I have a question about converting charset from inside mysql query.
I have a 2 databases. One for the website (joomla), the other for forum (IPB).
I am doing query from inside joomla, which by default have "SET NAMES UTF8".
I want to query a table inside the forum databases. A table called "ibf_topics". This table has latin1 encoding.
I do…