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.