Missing zm_create.sql

Support and queries relating to all previous versions of ZoneMinder
Locked
User avatar
spiritwalker
Posts: 28
Joined: Thu Sep 13, 2007 7:36 pm

Missing zm_create.sql

Post by spiritwalker »

Just downloaded the 1.23.3 source directly from zm website.
It's missing db/zm_create.sql file.

For kicks, I downloaded on my Windoze machine and WinRAR doesn't show it either.


Even the Download Alternatives at Planetmirror don't have the sql file.

-------------

I was following the source installation documentation from the wiki when I discovered this problem...........

Mysql mysql < db/zm_create.sql
Last edited by spiritwalker on Mon Jan 19, 2009 4:01 am, edited 1 time in total.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

It's not created till after you run make.
User avatar
spiritwalker
Posts: 28
Joined: Thu Sep 13, 2007 7:36 pm

Slap!

Post by spiritwalker »

Well,

That's a big slap across my face.

Sorry about that.

Thanks for your help, Cordel.

Cheers,

Mr. SP
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Sorry no slapping was intended :shock:

You can find zm_create.sql.in which is the same thing but has variable place holders to be populated by make. Mostly to enter in the database name towards the top of the file. I see us adding others into this file latter in the future.
User avatar
spiritwalker
Posts: 28
Joined: Thu Sep 13, 2007 7:36 pm

Post by spiritwalker »

I was just kidding about the slapping, but I do need a smack across the head once in awhile. :lol:

I was tempted to use the zm_create.sql.in before make install, but wasn't sure if I would run into problems shortly after install ZM.

Again, thanks for your help! :D

Cheers!
Locked