My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 98: flowservice assembly
1 person starred this issue and may be notified of changes. Back to list
Status:  Verified
Owner:  kumarami...@gmail.com
Closed:  Apr 2010


 
Project Member Reported by kumarami...@gmail.com, Apr 9, 2010
Does not update the database name. The database name should be tied to the
release version

for example release 0.6.0 the dbname should be flowservice060.
Apr 9, 2010
Project Member #1 kumarami...@gmail.com
flowtemplate.sql requires a grant statement to give proper permissions to the newely
created database.

%> grant all privileges on ${dbname}.* to 'nema_user'@'localhost' identified by
'${dbpassword}'

%> flush privileges;
Apr 18, 2010
Project Member #2 kumarami...@gmail.com
Fixed in trunk
Status: Verified

Powered by Google Project Hosting