Changes

From Amahi Wiki
Jump to: navigation, search
33 bytes added ,  21:46, 9 October 2016
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; In MariaDB enter the following:
{{Code|Code = create database guacdb;}}
{{Code|Code = create user 'guacuser'@'localhost' identified by 'guac123';}}
128

edits