diff options
author | Rob Austein <sra@hactrn.net> | 2011-06-06 15:49:30 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-06-06 15:49:30 +0000 |
commit | c495c0885703cb0d5aa00daafdf62a30c8213461 (patch) | |
tree | b6a9b03dab3b53e21811ebb206685eac26195d8a /rpkid/doc/MySQL-Setup | |
parent | b7c000119840105418ca8a124953c8d7848bc998 (diff) |
Regen
svn path=/rpkid/doc/Configuration; revision=3854
Diffstat (limited to 'rpkid/doc/MySQL-Setup')
-rw-r--r-- | rpkid/doc/MySQL-Setup | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/rpkid/doc/MySQL-Setup b/rpkid/doc/MySQL-Setup index f4d82a7b..8dba4546 100644 --- a/rpkid/doc/MySQL-Setup +++ b/rpkid/doc/MySQL-Setup @@ -1,3 +1,14 @@ +RPKI Engine� 1.0 + +* Main�_Page +* Related�_Pages +* Packages +* Classes +* Files +* [Search ] + +* RPKI_Engine_Reference_Manual + ****** MySQL Setup ****** You need to install MySQL and set up the relevant databases before starting @@ -11,13 +22,13 @@ 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 sql- -setup.py script, which prompts you for your MySQL root password then attempts -to do everything else automatically using values from myrpki.conf. +MySQL databases they use. You can do this by hand, or you can use the rpki-sql- +setup script, which prompts you for your MySQL root password then attempts to +do everything else automatically using values from rpki.conf. Using the script is simple: - $ python sql-setup.py + $ rpki-sql-setup.py Please enter your MySQL root password: The script should tell you what databases it creates. You can use the -v option |