Changes

From Amahi Wiki
Jump to: navigation, search
82 bytes added ,  21:26, 9 October 2016
==== Creating the Database ====
In terminal, run the following command
{{Code|Code = sudo mysql -u root -p}}Password # This The password requested is the root user password for MySQL on Amahi;{{Code|Code = create database guacdb;}}{{Code|Code = create user 'guacuser'@'localhost' identified by 'guacDBpassguac123';}}{{Code|Code = grant select,insert,update,delete on guacdb.* to 'guacuser'@'localhost';}}{{Code|Code = flush privileges;}}{{Code|Code = quit}}
==== Installing MySQL Authentication Module ====
128

edits