Hi community i need your help.
I have find a problem that i don't know how to solve. The fact is that i'm getting information about posts from facebook pages. And all works fine until the doomed santa's come to the party.
I explain myself, i need to store the following text in the database:
LLEGA LA NAVIDAD A LA DIPU
Papá Noel, el Rey Gaspar y los personajes infantiles más famosos de la tele son algunos de los protagonistas de nuestra 'Navidad en la Dipu'. Hasta el 5 de enero puedes disfrutar además de talleres infantiles, actuaciones musicales, nuestro gran Mercado Artesanal y muchas sorpresas más #NavidadEnLaDipu
Aquí te dejamos toda la programación ➡️ 'link'
and when i try to store it. i have the following error:
I'm encoding the database with this charset as i saw that was recommended for this cases
CREATE SCHEMA IF NOT EXISTS `mydb` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_bin;
USE `mydb` ;
All the help is welcome. I don't know what to do.