Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
MySQL Syntax Error
At installation I'm getting this error:
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 'where name = 'GDN_Tag'' at line 1|Gdn_Database|Query|show table status where name = 'GDN_Tag'
I've installed other versions of Vanilla on the same host (mediatemple) in the past, but it seems to be something wrong with the latest.
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 'where name = 'GDN_Tag'' at line 1|Gdn_Database|Query|show table status where name = 'GDN_Tag'
I've installed other versions of Vanilla on the same host (mediatemple) in the past, but it seems to be something wrong with the latest.
1
Comments
Not quite sure what this means though. Are you importing data from a previous installation / Vanilla 1 or is this a fresh installation?
More debugging to come, but can't realize what happens for now.
/cd
Looking at the documentation I can change this to support MySQL 4, but to be honest we don't test on that version of MySQL that much. I'm also pretty sure MediaTemple supports MySQL 5.1.26.
Can you do the following from your accounts phpmyadmin? Run these commands and tell me what you get:
SQL query:
SHOW TABLE STATUS WHERE name = 'GDN_User'
MySQL said: Documentation
#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 'where name = 'GDN_User'' at line 1
btw: Mediatemple only supports MySQL4 - users on the grid can pay extra for the mysql5 but I was hoping I didn't have to do that.
(mt) Sara