Changes

From Amahi Wiki
Jump to: navigation, search
61 bytes removed ,  21:28, 9 October 2016
==== Creating the Database ====
In terminal, run the following command
{{Code|Code = sudo mysql -u root -p}}
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 'guac123';}}{{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