mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 10:46:39 +01:00 
			
		
		
		
	Updated SQL code from localhost to %
This commit is contained in:
		| @@ -77,8 +77,8 @@ service tomcat8 restart | ||||
| # SQL Code | ||||
| SQLCODE=" | ||||
| create database guacamole_db; | ||||
| create user 'guacamole_user'@'localhost' identified by \"$guacdbuserpassword\"; | ||||
| GRANT SELECT,INSERT,UPDATE,DELETE ON guacamole_db.* TO 'guacamole_user'@'localhost'; | ||||
| create user 'guacamole_user'@'%' identified by \"$guacdbuserpassword\"; | ||||
| GRANT SELECT,INSERT,UPDATE,DELETE ON guacamole_db.* TO 'guacamole_user'@'%'; | ||||
| flush privileges;" | ||||
|  | ||||
| # Execute SQL Code | ||||
|   | ||||
		Reference in New Issue
	
	Block a user