Re: bug mysql 5.2.32 insert semicolon html?

Shane Bester <[email protected]> Thu, 20 Aug 2009 10:03:01 +0200
Newsgroups gmane.comp.db.mysql.bugs
Message-ID <[email protected]>
Hi!

> 
> is it a bug?
> http://www.conaxxion.com/blog/2009/08/20/mysql-5-0-32-problem-insert-semicolon-html/
> 
> 

Not a bug.  Try making the field larger:

CREATE TABLE IF NOT EXISTS `tabla` (
`campo` char(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

INSERT INTO `tabla` (`campo` )VALUES ('15d&iacute;as');

regards,

-- 
Shane Bester, MySQL Senior Support Engineer
Sun Microsystems, Inc.
Cape Town, http://www.sun.com/mysql

-- 
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe:    http://lists.mysql.com/[email protected]