I have a database in MySQL with respective data spread over tables. The database is already created and I have a problem that does not read the characters well as:
What happens?
I have tried to make the following sentences but it is not solved: I have tried the following sentences without luck:
ALTER DATABASE dbname CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE tbl_name CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
Annotations
The database is defined as follows:
Display example: