servers:linux:mysql
This is an old revision of the document!
Table of Contents
Information
- MySQL
Prerequisites
Dependencies
****
sudo dnf install 'mysql-server'
Service
****
sudo systemctl enable 'mysqld' --now
Settings
****
sudo mysql_secure_installation
Verify
****
mysqladmin -u 'root' -p variables | egrep 'utf8|networking|socket'
Database Repair and Optimization
One-shot
****
mysqlcheck --user='root' --password --all-databases --auto-repair --extended --force --optimize
/usr/local/www/wiki/data/attic/servers/linux/mysql.1726985136.txt.gz · Last modified: by Sean Rhone
