Search found 1 match

by rideallday
Thu Apr 22, 2010 2:45 pm
Forum: ZoneMinder Distributions
Topic: Troubles to ruon zminit
Replies: 2
Views: 5379

There's a bunch of backticks in the create script for some reason. Try this to fix it. sed -i s/\`//g /usr/src/ZoneMinder-1.24.2/db/zm_create.sql then mysql -u zmuser -p < /usr/src/ZoneMinder-1.24.2/db/zm_create.sql I also had some issues with the DROP statements, so I just commented them out: sed ...