MySQL Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 24: Line 24:
=Command Line Client=
=Command Line Client=


[[mysql Command Line Client]]
{{Internal|mysql Command Line Client|mysql Command Line Client}}

Revision as of 04:59, 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