Error setting up vmrcre database in mysql - Forum
留言板
Error setting up vmrcre database in mysql
Ken M. Penner,修改在5 年前。
Error setting up vmrcre database in mysql
Padawan 帖子: 31 加入日期: 18-6-22 最近的帖子
00
In step 10 of VMR CRE - Bundle Installation for Production, the command
produces the error
Removing the // line and NOT in the next couple lines eliminates this error but produces:
Removing the line
eliminates this error message.
[b]$ mysql -u vmrcre -pvmrcre123 vmrcre < ~/vmrcre-linux/community/webapp/sql/vmrcre-mysql.sql[/b] |
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 |
ERROR 1146 (42S02) at line 354: Table 'vmrcre.SEGMENTREADINGWITNESS' doesn't exist |
alter table SEGMENTREADINGWITNESS add VERSEINSTANCE varchar(20) DEFAULT '' after DOCUMENTID; |
Troy A. Griffitts,修改在5 年前。
RE: Error setting up vmrcre database in mysql
Youngling 帖子: 13 加入日期: 16-8-12 最近的帖子
00
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.
Ken M. Penner,修改在4 年前。
RE: Error setting up vmrcre database in mysql
Padawan 帖子: 31 加入日期: 18-6-22 最近的帖子
00
All the NOT DEFAULTs still need to be changed to DEFAULT