update to older Venice sources to modernize things - revamped the build system
using techniques from newer Dynamo version, allow source to compile and work using newer versions of J2SDK, Tomcat, BSF, other libraries; bugfixes to get everything running in a newer environment
This commit is contained in:
@@ -441,7 +441,7 @@ GRANT ALL PRIVILEGES ON venice.*
|
||||
TO erbo@'10.29.99.%' IDENTIFIED BY 'meesatest'
|
||||
WITH GRANT OPTION;
|
||||
|
||||
GRANT INSERT, DELETE, UPDATE, SELECT ON venice.*
|
||||
GRANT INSERT, DELETE, UPDATE, SELECT, LOCK TABLES ON venice.*
|
||||
TO venicedb@localhost IDENTIFIED BY 'x00yes2K';
|
||||
|
||||
##############################################################################
|
||||
|
||||
Reference in New Issue
Block a user