mirror of
				https://git.koehlerweb.org/frodovdr/guac-install
				synced 2025-10-31 07:46:41 +01:00 
			
		
		
		
	Fix MySQL authentication issues
A silly workaround, but it works.
This commit is contained in:
		| @@ -91,7 +91,7 @@ fi | |||||||
| tar -xzf guacamole-auth-jdbc-${GUACVERSION}.tar.gz | tar -xzf guacamole-auth-jdbc-${GUACVERSION}.tar.gz | ||||||
|  |  | ||||||
| # Start MySQL | # Start MySQL | ||||||
| docker run --restart=always --detach --name=mysql --env="MYSQL_ROOT_PASSWORD=$mysqlrootpassword" --publish 3306:3306 healthcheck/mysql | docker run --restart=always --detach --name=mysql --env="MYSQL_ROOT_PASSWORD=$mysqlrootpassword" --publish 3306:3306 healthcheck/mysql --default-authentication-plugin=mysql_native_password | ||||||
|  |  | ||||||
| # Wait for the MySQL Health Check equal "healthy" | # Wait for the MySQL Health Check equal "healthy" | ||||||
| echo "Waiting for MySQL to be healthy" | echo "Waiting for MySQL to be healthy" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user