database script now runs
This commit is contained in:
+4
-9
@@ -440,16 +440,11 @@ CREATE TABLE ipban (
|
|||||||
# Set table access rights
|
# Set table access rights
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
# this is a test only - remove when we go to production
|
CREATE USER IF NOT EXISTS 'amsdb'@'localhost'
|
||||||
GRANT ALL PRIVILEGES ON venice.*
|
IDENTIFIED WITH mysql_native_password BY 'x00yes2k';
|
||||||
TO erbo@localhost IDENTIFIED BY 'meesatest'
|
|
||||||
WITH GRANT OPTION;
|
|
||||||
GRANT ALL PRIVILEGES ON venice.*
|
|
||||||
TO erbo@'10.29.99.%' IDENTIFIED BY 'meesatest'
|
|
||||||
WITH GRANT OPTION;
|
|
||||||
|
|
||||||
GRANT INSERT, DELETE, UPDATE, SELECT, LOCK TABLES ON venice.*
|
GRANT INSERT, DELETE, UPDATE, SELECT, LOCK TABLES ON amsterdam.*
|
||||||
TO venicedb@localhost IDENTIFIED BY 'x00yes2K';
|
TO 'amsdb'@'localhost';
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Constant Data Population
|
# Constant Data Population
|
||||||
|
|||||||
Reference in New Issue
Block a user