Menu

#7 demo dictionary not loaging in mySQL (SOLVED)

open
nobody
None
5
2013-01-17
2013-01-17
No

The demo dictionary in mySQL 5.1. would not load because of bad string closure. Simple quotes cannot be escaped (sic)

I corrected this by enclosing in double quotes, that can be escaped
So, rather than '...\'..."...' (which does not work),
you should have "... '... \" ..." (that works)

Correction to be made on lines 5135,5176,997863

Discussion