mysqlfilesdirectories
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mysqlfilesdirectories [2019/02/18 11:33] – [Linux] z0hpvk | mysqlfilesdirectories [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| On Ubuntu this defaults to **/ | On Ubuntu this defaults to **/ | ||
| A separate directory will be created for each database, apart from INFORMATION_SCHEMA. \\ | A separate directory will be created for each database, apart from INFORMATION_SCHEMA. \\ | ||
| - | Can be shown using following command ... | + | Also stored here by default are ... |
| + | * Log Files | ||
| + | * InnoDB tablespace and log files | ||
| + | * SSL and RSA certificate and key files | ||
| + | * The server process ID file | ||
| + | |||
| + | You can display the Data Directory | ||
| < | < | ||
| - | show variable like ' | + | mysql> |
| </ | </ | ||
| + | |||
| + | === Log Files === | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | === Option Files === | ||
| + | To check location of my.cnf file use ... | ||
| + | < | ||
| + | mysql --help | grep ' | ||
| + | </ | ||
| + | On Ubuntu 18.04 this returns ... | ||
| + | < | ||
| + | /etc/my.cnf / | ||
| + | </ | ||
| + | Default options are read from the above files in the order given. | ||
| + | |||
| + | |||
mysqlfilesdirectories.1550489588.txt.gz · Last modified: (external edit)
