MySQL Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 25: Line 25:


{{Internal|mysql Command Line Client|mysql Command Line Client}}
{{Internal|mysql Command Line Client|mysql Command Line Client}}
=Subjects=
* [[MySQL DDL Operations]]

Revision as of 05:17, 7 December 2020

Internal

Logs

/var/log/mariadb/

/var/log/mysql/

Data Directory

/var/lib/mysql

Change Root Password

/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h now510.local password 'new-password'

Command Line Client

mysql Command Line Client

Subjects