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';}}