Changes

From Amahi Wiki
Jump to: navigation, search
408 bytes removed ,  15:57, 10 October 2016
=== Setting up MySQL Authentication ===
==== Creating the Database ====
In terminal, run the following command{{Code|Code = sudo mysql hda-u root create-db-and-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';}}{{Code|Code = grant select,insert,update,delete on guacdb.* to 'guacuser'@'localhost';}}{{Code|Code = flush privileges;}}{{Code|Code = quit}}
==== Installing MySQL Authentication Module ====
12,424

edits