1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
name: mysql
format: 2
summary: MySQL is a fast, stable and true multi-user, multi-threaded SQL database
maintainer: Clint Byrum <clint@ubuntu.com>
description: |
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.
provides:
db:
interface: mysql
db-admin:
interface: mysql-root
shared-db:
interface: mysql-shared
master:
interface: mysql-oneway-replication
munin:
interface: munin-node
monitors:
interface: monitors
local-monitors:
interface: local-monitors
scope: container
requires:
slave:
interface: mysql-oneway-replication
|