fix: fixed crash when gzip was enabled

This commit is contained in:
Torkel Ödegaard
2017-05-22 14:09:54 +02:00
parent a64c06d02c
commit 7c50563f0f
5 changed files with 12 additions and 16 deletions

View File

@@ -28,7 +28,7 @@
<div class="grafana-info-box">
<h5>User Permission</h5>
<p>
The database user should only be granted SELECT permissions on the specified database & tables you want to query.
The database user should only be granted SELECT permissions on the specified database &amp; tables you want to query.
Grafana does not validate that queries are safe so queries can contain any SQL statement. For example, statements
like <code>USE otherdb;</code> and <code>DROP TABLE user;</code> would be executed. To protect against this we
<strong>Highly</strong> recommmend you create a specific MySQL user with restricted permissions.