Page 1 of 1

Problems installing ZM

Posted: Fri Jan 02, 2004 10:05 pm
by madmax
I am having problems installing ZM 0.9.16 on Mandrake 9.2.

While running perl zmconfig.pl, I get:]

DBD::mysql::st execute failed: Table 'zm.Config' doesn't exist at zmconfig.pl line 1301.

I have the zm database created. In fact.. I am able to log into it using:
mysql -u zm1 -p mypassword zm

where my user account is zm1 & the database is zm.

How can I create the proper table??
Thanks

Re: Problems installing ZM

Posted: Sat Jan 03, 2004 10:56 am
by zoneminder
If you can log into the database can you see if the Config table actually exists?

The zmschema.sql file in the db diretory should include all the tables that will be created. Can you check if Config is listed in there?

Phil,