hellios78 / flexviews

Automatically exported from code.google.com/p/flexviews
0 stars 0 forks source link

install.sql - Table 'flexviews.mvlogs' doesn't exist #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

[root@web1 flexviews]# mysql -u root -p < install.sql
Enter password:
ERROR 1146 (42S02) at line 61 in file: 'install_procs.inc': Table 
'flexviews.mvlogs' doesn't exist

What is the expected output? What do you see instead?

A completed install

What version of the product are you using? On what operating system?

Latest trunk from SVN on Centos 5.5 / MySql 5.5

Original issue reported on code.google.com by j...@simpleflowapp.com on 31 Mar 2011 at 7:06

GoogleCodeExporter commented 9 years ago
You must install FlexCDC BEFORE you install Flexviews.  The FlexCDC setup 
creates the mvlogs table.  You must ensure that you specify 'flexviews' as the 
database into which to log changes when you create the consumer.ini file.

Original comment by greenlion@gmail.com on 26 Apr 2011 at 8:30