User Tools

Site Tools


mysqlfilesdirectories

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mysqlfilesdirectories [2019/02/18 11:43] z0hpvkmysqlfilesdirectories [2025/03/08 22:24] (current) – external edit 127.0.0.1
Line 19: Line 19:
 === Log Files === === Log Files ===
   * [[https://dev.mysql.com/doc/refman/5.7/en/error-log.html | Error Log]]   * [[https://dev.mysql.com/doc/refman/5.7/en/error-log.html | Error Log]]
-  * General Query Log +  * [[https://dev.mysql.com/doc/refman/5.7/en/query-log.html | General Query Log]] 
-  * Binary Log +  * [[https://dev.mysql.com/doc/refman/5.7/en/binary-log.html | Binary Log]] 
-  * Relay Log +  * [[https://dev.mysql.com/doc/refman/5.7/en/slave-logs-relaylog.html | Slave Relay Log]] 
-  * Slow Query Log +  * [[https://dev.mysql.com/doc/refman/5.7/en/slow-query-log.html | Slow Query Log]] 
-  * DDL Log+  * [[https://dev.mysql.com/doc/refman/5.7/en/ddl-log.html | DDL Log]] 
 + 
 +=== Option Files === 
 +To check location of my.cnf file use ... 
 +<code> 
 +mysql --help | grep 'my.cnf' 
 +</code> 
 +On Ubuntu 18.04 this returns ... 
 +<code> 
 +/etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf 
 +</code> 
 +Default options are read from the above files in the order given. 
 + 
  
  
mysqlfilesdirectories.1550490184.txt.gz · Last modified: 2025/03/08 22:23 (external edit)