diff options
author | Rob Austein <sra@hactrn.net> | 2016-08-03 23:46:44 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-08-03 23:46:44 -0400 |
commit | 949e9c8358b5259656c02e4a1ada7912d943afd2 (patch) | |
tree | 4d04acc169abb7d7f7e08790a98736ba8214f97d /doc/24.RPKI.CA.MySQLSetup.md | |
parent | 14a9628f0552d3818cd58fb085e7544cdbb3b5eb (diff) |
Try another conversion pass to salvage more of the links.
Diffstat (limited to 'doc/24.RPKI.CA.MySQLSetup.md')
-rw-r--r-- | doc/24.RPKI.CA.MySQLSetup.md | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/24.RPKI.CA.MySQLSetup.md b/doc/24.RPKI.CA.MySQLSetup.md index be00ef5f..bad9dd8e 100644 --- a/doc/24.RPKI.CA.MySQLSetup.md +++ b/doc/24.RPKI.CA.MySQLSetup.md @@ -3,12 +3,12 @@ You need to install MySQL and set up the relevant databases before starting rpkid, irdbd, or pubd. -See the Installation Guide for details on where to download MySQL and find -documentation on installing it. +See the [Installation Guide][Installation] for details on where to download MySQL and +find documentation on installing it. -See the Configuration Guide for details on the configuration file settings the -daemons will use to find and authenticate themselves to their respective -databases. +See the [Configuration Guide][Configuration] for details on the configuration file +settings the daemons will use to find and authenticate themselves to their +respective databases. Before you can (usefully) start any of the daemons, you will need to set up the MySQL databases they use. You can do this by hand, or you can use the @@ -58,4 +58,8 @@ where `pubd_database`, `pubd_user` `pubd_password` match the values you used in your configuration file. Once you've finished configuring MySQL, the next thing you should read is the -instructions for the user interface tools. +instructions for the [user interface tools][UI]. + +[Installation]: 01.RPKI.Installation.md +[Configuration]: 12.RPKI.CA.Configuration.md +[UI]: 26.RPKI.CA.UI.md |