thanks for the quick response

i have installed mariadb-server and i have created the database, the user,
grant and flushed it

now im stuck on this section - 

Once the database and user are created, the database schema must be applied
by running the supplied SQL scripts. These SQL scripts are included in the
mysql/schema/ directory of the archive you downloaded from the Guacamole
website. They are named such that they can be run in order with one command:

$ ls schema/
001-create-schema.sql  002-create-admin-user.sql  upgrade
$ cat schema/*.sql | mysql -u root -p guacamole_db
Enter password: password
$

how can i do this bit as when i do a "ls schema/" i get no such file or
directory



--
Sent from: 
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/

Reply via email to