diff options
author | Christopher Baines <mail@cbaines.net> | 2016-12-11 21:17:40 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-14 00:22:49 +0100 |
commit | 4b41febf9c73d9d933b4873edadf9693ae4d5bb3 (patch) | |
tree | e3bec0d1131dec24cc1f61a09a0f005d7ad0a1d3 /doc | |
parent | 3f1b4bc316e6c561e85692a1fb0ed511547f85d2 (diff) | |
download | patches-4b41febf9c73d9d933b4873edadf9693ae4d5bb3.tar patches-4b41febf9c73d9d933b4873edadf9693ae4d5bb3.tar.gz |
services: mysql: Add port to configuration
* gnu/services/databases.scm (<mysql-configuration>): Add port field.
(mysql-configuration-file): Use the port field when creating the
configuration file.
* doc/guix.texi (Database Services): Document it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 0cb1bc7665..f1c5963f76 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -10177,6 +10177,9 @@ or @var{mysql}. For MySQL, a temporary root password will be displayed at activation time. For MariaDB, the root password is empty. + +@item @code{port} (default: @code{3306}) +TCP port on which the database server listens for incoming connections. @end table @end deftp |