Fórumok

Error setting up vmrcre database in mysql

thumbnail
Ken M. Penner, módosítva 4 év-val korábban

Error setting up vmrcre database in mysql

Padawan Bejegyzések: 31 Csatlakozás dátuma: 2018.06.22. Legújabb bejegyzések
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, módosítva 4 év-val korábban

RE: Error setting up vmrcre database in mysql

Youngling Bejegyzések: 13 Csatlakozás dátuma: 2016.08.12. Legújabb bejegyzések
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, módosítva 3 év-val korábban

RE: Error setting up vmrcre database in mysql

Padawan Bejegyzések: 31 Csatlakozás dátuma: 2018.06.22. Legújabb bejegyzések
All the NOT DEFAULTs still need to be changed to DEFAULT