| Issue 98: | flowservice assembly | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 18, 2010
Fixed in trunk
Status:
Verified
|
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;