Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

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

Closed
icinga-migration opened this issue Jan 9, 2014 · 1 comment
Closed

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

icinga-migration opened this issue Jan 9, 2014 · 1 comment
Labels
Milestone

Comments

@icinga-migration
Copy link

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

  • idoutils docs
  • web docs
  • README.*.idoutils
  • ...
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) c59f182

Fix MySQL creation commands.

Fixes #5426
@icinga-migration
Copy link
Author

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

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset c59f182.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant