Icinga / icinga-doc

Icinga 1.x documentation in Docbook (EOL)
https://www.icinga.org/download/
4 stars 9 forks source link

[dev.icinga.com #5426] clean mysql creation commands #434

Closed icinga-migration closed 10 years ago

icinga-migration commented 10 years ago

This issue has been migrated from Redmine: https://dev.icinga.com/issues/5426

Created by mfriedrich on 2014-01-09 09:55:52 +00:00

Assignee: mfriedrich Status: Resolved (closed on 2014-01-25 16:20:26 +00:00) Target Version: 1.11 Last Update: 2014-01-25 16:20:26 +00:00 (in Redmine)

Icinga Version: 1.10.0

The following syntax is sufficient, the additional options are only defaults and are not required.

applies for

CREATE DATABASE icinga_web;

GRANT SELECT, INSERT, UPDATE, DELETE, DROP, CREATE VIEW, INDEX, EXECUTE ON icinga_web.* TO 'icinga_web'@'localhost' IDENTIFIED BY 'icinga_web';

Changesets

2014-01-25 16:17:54 +00:00 by (unknown) c59f182eb60aba446a4257854427fe1ec88bbc13

Fix MySQL creation commands.

Fixes #5426
icinga-migration commented 10 years ago

Updated by Anonymous on 2014-01-25 16:20:26 +00:00

Applied in changeset c59f182eb60aba446a4257854427fe1ec88bbc13.