mirror of
https://github.com/MysticRyuujin/guac-install.git
synced 2023-10-10 13:36:56 +02:00
Fixed localhost
This commit is contained in:
parent
0cb80f82ca
commit
02f6f18e9c
@ -77,8 +77,8 @@ service tomcat8 restart
|
|||||||
# SQL Code
|
# SQL Code
|
||||||
SQLCODE="
|
SQLCODE="
|
||||||
create database guacamole_db;
|
create database guacamole_db;
|
||||||
create user 'guacamole_user'@'%' identified by \"$guacdbuserpassword\";
|
create user 'guacamole_user'@'localhost' identified by \"$guacdbuserpassword\";
|
||||||
GRANT SELECT,INSERT,UPDATE,DELETE ON guacamole_db.* TO 'guacamole_user'@'%';
|
GRANT SELECT,INSERT,UPDATE,DELETE ON guacamole_db.* TO 'guacamole_user'@'localhost';
|
||||||
flush privileges;"
|
flush privileges;"
|
||||||
|
|
||||||
# Execute SQL Code
|
# Execute SQL Code
|
||||||
|
Loading…
Reference in New Issue
Block a user