database script now runs

This commit is contained in:
2025-09-19 23:48:22 -06:00
parent d4b27c9460
commit 0e65eaeef6
+4 -9
View File
@@ -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