[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] WebCalendar - MySQL issues



I appear to be completely stuck - as best I can figure, the MySQL on the RaQ
is telling me that the table does not exist.  However, if I try to create
the table as per the documentation, I get the following:
--------------------------------------
Error
Error executing query: Table 'dsrcal.webcal_config' doesn't exist
SELECT cal_value FROM webcal_config WHERE cal_setting = 'public_access'
--------------------------------------

The docs say:
--------------------------------------
Create the calendar tables using the supplied tables.sql file:
MySQL (from command line):
mysql intranet < tables-mysql.sql
(where "intranet" is the name of your database)
--------------------------------------
so I am typing at the MySQL command line:
mysql> mysql dsrcal < tables-mysql.sql;

The page I'm working on, BTW:
http://www.dallasscottishrite.org/calendar/WebCalendar-0.9.40/index.php

I am banging my head against the desk wondering why it worked on another
RaQ... I'm sure I'm missing something simple.  Am I just being dense?  Help
/suggestions are appreciated.

--Chris