complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
53
docs/modules/mysql.md
Normal file
53
docs/modules/mysql.md
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# MySQL
|
||||
|
||||
## Purpose
|
||||
|
||||
MySQL hosting/admin module for servers and databases.
|
||||
|
||||
## Current Status
|
||||
|
||||
- Functional
|
||||
- Future-facing
|
||||
|
||||
## Dependencies
|
||||
|
||||
- MySQL service setup
|
||||
- server assignment
|
||||
|
||||
## Database Tables
|
||||
|
||||
- `mysql_servers`
|
||||
- `mysql_databases`
|
||||
|
||||
## Agent Interaction
|
||||
|
||||
- indirect service provisioning
|
||||
|
||||
## User Workflow
|
||||
|
||||
- create/manage databases when enabled
|
||||
|
||||
## Admin Workflow
|
||||
|
||||
- configure MySQL servers and permissions
|
||||
|
||||
## Security Concerns
|
||||
|
||||
- database credentials and privilege strings
|
||||
|
||||
## Known Issues
|
||||
|
||||
- not a central focus of the current product line
|
||||
|
||||
## Missing Functionality
|
||||
|
||||
- clearer customer-facing DB hosting UX
|
||||
|
||||
## Suggested Future Improvements
|
||||
|
||||
- improve if DB hosting is part of the offering
|
||||
|
||||
## Recommendation
|
||||
|
||||
- Keep / Future
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue