-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation: mysql password error #72
Comments
Just a reminder the readme says I only support Raspbian. Debain 12 will be much slower on Pi than native raspian with guacamole btw.. It is simply not possible to capture every variant. AMD64 Debian Stable and Ubuntu LTS only. The issue likely relates to a slight differening $DB_CMD value in the first script (some versions of MySQL use the "mySQL" in front of sql commands, cmd, others use the "mariadb" in front. The error comes from line 550 in the 2nd script. Something is differrnt with the root login command requirement on the Pi to create the database. Some workarounds:
|
Actually it is just standard Raspberry Pi OS (former raspbian). But as that is derived from debian it is indicated as such. Thanks for your comment. I'll try. |
I just checked, latest RaspiOS based on Debian 12 was only released 7 weeks ago, so this is normal to find things have changed. You could also roll back to a supported Raspi version as per the readme and be fine . Raspi packages often have very many differences to their base OS, this time perhaps with the default mysql packages. Installing mariadb from maria.org should be the best workaraound. With each new release, scripts often need some research and adjustment, which takes a lot of to test and maintain, so anything you find will be helpful for others. I dont have time to test at present, and I dont own Raspi5. |
When installing on a RPi5, the installer queries for root and guacamole_user passwords. When I set these, installation continues. Then in 2-install-guacamole.sh an error occurs:
Setting MySQL root password...
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Failed. See /home/user/guac-setup/guacamole_install.log
2-install-guacamole.sh FAILED. See /home/user/guac-setup/guacamole_install.log
** software environment:**
Troubleshooting steps already taken?:
The guacamole_install.log contains no errors or related information.
The text was updated successfully, but these errors were encountered: