mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 00:01:48 +08:00
Chore: typos in MySQL/PostgreSQL ConfigurationEditor (#52735)
This commit is contained in:
@ -273,8 +273,8 @@ export const PostgresConfigEditor = (props: DataSourcePluginOptionsEditorProps<P
|
||||
The database user should only be granted SELECT permissions on the specified database & 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>DELETE FROM user;</code> and <code>DROP TABLE user;</code> would be executed. To protect
|
||||
against this we
|
||||
<strong>Highly</strong> recommmend you create a specific PostgreSQL user with restricted permissions.
|
||||
against this we <strong>Highly</strong> recommend you create a specific PostgreSQL user with restricted
|
||||
permissions.
|
||||
</Alert>
|
||||
</>
|
||||
);
|
||||
|
Reference in New Issue
Block a user