- Thread starter
- #21
Forgive my ignorance, but I have script downloaded, how do I run it? 
I can design buildings, but I do struggle with code

M
I can design buildings, but I do struggle with code
M
New Zealand
"Error Code: 1064. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"SoftwareEncoder" (
"idEncoder" int(11) NOT NULL auto_increment,
"priority" ' at line 1"
United Kingdom
New Zealand
I am sorry but this can not be the case.I have just had the same issue.
I have MySql 5.1.38 (installed by MediaPortal way back when..)
The problem is that this version of MySql doesn't like the strings to be identity strings to be quoted e.g. where it says "SoftwareEncoder" or "idEncoder" should just be SoftwareEncoder and idEncoder.
Guess this is again (like the one we had with users running MySQL on some Linux box) an issue for users who installed MySQL on their own?Question is why is this mode on for most users (else I guess we would have more bug reports) but off for others?
New Zealand