Hi, I'm new to gaucamole so trying to setup my first working conf to test and am having new user *issues*.
I'm using docker with linux containers on a Windows host and have guacd, mysql and guacamole all up and running. However when I attempt to load the web interface at http://localhost/guacamole/ I get a blank webpage and the docker logs on the guacamole server show... 13:55:54.844 [http-nio-8080-exec-9] ERROR o.a.g.rest.RESTExceptionMapper - Unexpected internal error: ### Error querying database. Cause: java.sql.SQLException: Access denied for user 'guacamole_user'@'xxx.xx.x.x' (using password: YES) ### The error may exist in org/apache/guacamole/auth/jdbc/user/UserMapper.xml ### The error may involve org.apache.guacamole.auth.jdbc.user.UserMapper.selectOne ### The error occurred while executing a query ### Cause: java.sql.SQLException: Access denied for user 'guacamole_user'@'xxx.xx.x.x' (using password: YES) I've validated the guacamole_user account is working and accepting both local and remote connections and the grants on the database match all documentation I've seen. Am i correct in my interpretation of the docs that when using the docker images there is no need to manually place the mysql authenication extension and JDBC drivers as this is taken care of? Would welcome any suggested reading material or troubleshoot tips. Thanks, Kelvin
