> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/server/server-management/server-monitoring-logs/myisam-log.md).

# MyISAM Log

The MyISAM log records all changes to [MyISAM](/docs/server/server-usage/storage-engines/myisam-storage-engine.md) tables. It is not enabled by default. To enable it, start the server with the [--log-isam](/docs/server/server-management/starting-and-stopping-mariadb/mariadbd-options.md) option, for example:

```
--log-isam=myisam.log
```

The *isam* instead of *myisam* above is not a typo - it's a legacy from when the predecessor to the MyISAM format, called ISAM. The option can be used without specifying a filename, in which case the default, *myisam.log* is used.

To process the contents of the log file, use the [myisamlog](/docs/server/clients-and-utilities/myisam-clients-and-utilities/myisamlog.md) utility.

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}
