Forum

Error setting up vmrcre database in mysql

thumbnail
Ken M. Penner, modifié il y a 4 années.

Error setting up vmrcre database in mysql

Padawan Publications: 31 Date d'inscription: 22/06/18 Publications Récentes
In step 10 of VMR CRE - Bundle Installation for Production, the command

[b]$ mysql -u vmrcre -pvmrcre123 vmrcre < ~/vmrcre-linux/community/webapp/sql/vmrcre-mysql.sql[/b]
produces the error 
ERROR 1064 (42000) at line 117: 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 '// TODO
  `SHELFID` int(11) NOT DEFAULT NULL,
  `TRANSCRIPTIONSTART` int(11) NOT' at line 8
Removing the // line and NOT in the next couple lines eliminates this error but produces:
ERROR 1146 (42S02) at line 354: Table 'vmrcre.SEGMENTREADINGWITNESS' doesn't exist
Removing the line 
alter table SEGMENTREADINGWITNESS add VERSEINSTANCE varchar(20) DEFAULT '' after DOCUMENTID;
eliminates this error message.
thumbnail
Troy A. Griffitts, modifié il y a 4 années.

RE: Error setting up vmrcre database in mysql

Youngling Publications: 13 Date d'inscription: 12/08/16 Publications Récentes
Yes, thank you Ken!  This line was left over from a copy from update.sql when I was updating the SEGMENTREADINGWITNESS table to add VERSEINSTANCE.  I copied the line for reference and didn't remove it when I was done.  Thank you for reporting it.  I have committed an update to the file.
thumbnail
Ken M. Penner, modifié il y a 3 années.

RE: Error setting up vmrcre database in mysql

Padawan Publications: 31 Date d'inscription: 22/06/18 Publications Récentes
All the NOT DEFAULTs still need to be changed to DEFAULT