The First Post has been updated to use CentOS 8.0, a significant change over
CentOS 7.6.
However the guides for 7.6 have been retained as CentOS 8.0 is not as
mature.

Guacamole 1.0.0 will need to be reinstalled if you use an earlier version of
CentOS and wish to use CentOS 8.0.
If you do, and you use MySQL, then export and import of the guacamole_db
appears to work:

>> CentOS 7.6 server:
mysqldump -u root -p guacamole_db > /root/guacamole_db.sql
# Copy guacamole_db.sql to Windows

>> CentOS 8.0 server:
# Copy guacamole_db.sql from Windows to /root/guacamole_db.sql
mysql -u root -p -e "DROP DATABASE IF EXISTS guacamole_db; CREATE DATABASE
guacamole_db"
mysql -u root -p guacamole_db < /root/guacamole_db.sql

-David







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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to