Changes

From Amahi Wiki
Jump to: navigation, search
245 bytes added ,  21:11, 9 October 2016
=== Setting up MySQL Authentication ===
==== Makin Creating the Database ====As rootIn terminal, create run the "classpath" directoryfollowing command
{{Code|
Code = mkdir /var/lib/guacamole/classpathsudo mysql -u root -pPassword # This is the root user password for MySQL on Amahi;create database guacdb;create user 'guacuser'@'localhost' identified by 'guacDBpass';grant select,insert,update,delete on guacdb.* to 'guacuser'@'localhost';flush privileges;quit
}}
128

edits