servers:linux:mariadb
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
servers:linux:mariadb [2025/07/16 13:08] – [Authentication File] Sean Rhone | servers:linux:mariadb [2025/07/16 13:15] (current) – Sean Rhone | ||
---|---|---|---|
Line 59: | Line 59: | ||
sudo mariadb-check --optimize --all-databases --force --extended --auto-repair | sudo mariadb-check --optimize --all-databases --force --extended --auto-repair | ||
- | ===== Create MySQL User ===== | + | ===== Service ===== |
+ | |||
+ | ==== Create MySQL User ==== | ||
sudo mariadb | sudo mariadb | ||
Line 71: | Line 73: | ||
EXIT | EXIT | ||
- | ===== Authentication File ===== | + | ==== Authentication File ==== |
sudo mkdir -p '/ | sudo mkdir -p '/ | ||
Line 82: | Line 84: | ||
# End</ | # End</ | ||
- | ===== Service | + | ==== Service ==== |
sudo -e '/ | sudo -e '/ | ||
Line 92: | Line 94: | ||
Type=oneshot | Type=oneshot | ||
ExecStart='/ | ExecStart='/ | ||
- | ExecStartPost='/ | + | ExecStartPost='/ |
- | ===== Timer ===== | + | # End</ |
+ | |||
+ | ==== Timer ==== | ||
+ | |||
+ | * Weekly | ||
sudo -e '/ | sudo -e '/ | ||
Line 108: | Line 114: | ||
[Install] | [Install] | ||
- | WantedBy=timers.target</ | + | WantedBy=timers.target |
+ | |||
+ | # End</ | ||
====== Notable Commands ====== | ====== Notable Commands ====== |
/srv/www/wiki/data/attic/servers/linux/mariadb.1752685739.txt.gz · Last modified: by Sean Rhone