User Tools

Site Tools


servers:linux:mysql

This is an old revision of the document!


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
/srv/www/wiki/data/attic/servers/linux/mysql.1726985136.txt.gz · Last modified: by Sean Rhone