I can't log into the default account after setting up Tomcat and Guacd and my MySQL database. I'm putting my guacamole.properties (in /etc/guacamole and symlinked to /usr/share/tomcat8/.guacamole) below.
guacd-hostname: localhost guacd-port: 4822 mysql-hostname: localhost mysql-port: 3306 mysql-database: guacamole_db mysql-username: guacamole_user mysql-password: VerySecurePassword I'm not gonna use that SQL password in production. I have other apps (WordPress, etc.) accessing the server through Apache httpd on the same system, so what I think is that it is not reading the config file correctly or connecting to the database.
