[
https://issues.apache.org/jira/browse/GUACAMOLE-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16177069#comment-16177069
]
Michael Jumper commented on GUACAMOLE-387:
------------------------------------------
(As an aside, I would recommend not doing {{select * from guacamole_user}}
within the MySQL client, as it will just dump the binary columns to the
terminal, which the terminal will interpret as console codes. PostgreSQL will
handle this cleanly, displaying binary columns in hex, but you'll need to wrap
those columns within {{HEX()}} calls manually for MySQL ... or just avoid those
columns entirely.)
> Process in dead loop and cpu running 100%
> -----------------------------------------
>
> Key: GUACAMOLE-387
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-387
> Project: Guacamole
> Issue Type: Bug
> Components: guacamole
> Affects Versions: 0.9.11-incubating
> Environment: CentOS Linux release 7.2.1511
> Reporter: zhonghe
> Priority: Critical
> Attachments: bug2.sql
>
>
> Test environment: client browser---->guacamole server----->target host.
> In target host, install mariadb-server .
> Upload bug2.sql to target host.
> Run command:
> $mysql -u username -p password <bug2.sql
> In client browser connect to target host through guacamole server
> In browser console:
> $mysql -e "use BUG_TEST; select * from guacamole_user;"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)