Search for a text in mysql with accents

0

how about

I have a table "courses" and a web browser in php

the table is in utf8_general_ci, the web in utf8 In the table they are saved with an accent, that is, if I search for "technical", results appear, but if I search for "technical", nothing appears ...

the query is basically

Select * from cursos where titulo like '%".texto."%'

I already appreciate suggestions

    
asked by Hector 21.05.2018 в 23:42
source

0 answers