Use UTF-8 cuando cree una tabla
create table xxx ()CHARACTER SET = utf8;
Use UTF-8 cuando inserte en la tabla
set names utf8; insert into xxx (xx,x);
Use UTF-8 cuando cree una tabla
create table xxx ()CHARACTER SET = utf8;
Use UTF-8 cuando inserte en la tabla
set names utf8; insert into xxx (xx,x);