use your_database_name;
show table status; alter database your_db_name COLLATE utf8_general_ci;alter table your_table_name convert to character set utf8 collate utf8_general_ci;It looks like you're new here. If you want to get involved, click one of these buttons!