First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 153585
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Web Application Packages Maintainers <web-apps@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Akimov Oleg <protected@tvims.ru>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 153585 depends on: Show dependency tree
Bug 153585 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-10-31 11:39 0000
I have installed www-misc/zoneminder-1.22.2 with vhost use flag.

After running

webapp-config -I -h zoneminder.local -d zoneminder zoneminder 1.22.2

I have received post-install instructions:

...
0. If this is a new installation, you will need to create a database for ZM to
   use. Execute the following:

 cd /usr/share/zoneminder
 mysql mysql < db/zm_create.sql
 mysql mysql
  > grant select,insert,update,delete on zoneminder.* to '<username>'@localhost
identified by '<password>';
  > quit
 mysqladmin reload
...

If you look at db/zm_create.sql (and /etc/zm.conf), you'll see, that database
name for data is zn (not zoneminder), so correct command must be:

grant select,insert,update,delete on zm.* to '<username>'@localhost identified
by '<password>';

p.s. BTW, zoneminder compilled w/o troubles on my amd64 platform, but ecbuild
doesn't contain ~amd keyword :(

------- Comment #1 From Renat Lumpau 2006-11-01 14:18:22 0000 -------
done, thanks

First Last Prev Next    No search results available      Search page      Enter new bug