Hi,
I'm trying to insert some text from Twitter in a MySQL database, but I'm having problems with the emojis.
According to this, I would need to use the 'utf8mb4' character set instead of 'utf8'. The problem is that 'utf8mb4' is only available from MySQL 5.5.
So my question is: is there any way to solve this problem with MySQL 5.1?