If I query the database the characters are wrong, since they are wrong in the tables.
Isn't this statement "ENGINE=MyISAM DEFAULT CHARSET=latin1;"
the encoding for mySQL? If not then how do I specify the encoding?
I have a mySQL database which will store some special characters (á é í ó ú ñ). My problem is that the query I am using to populate the tables is not getting the charactes stored correctly in the tables:
DROP TABLE IF EXISTS `categories`;
CREATE TABLE `categories` (
`Category_ID`...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.