RSS Amplifier

(untitled) · Nov 24, 2022

Enable Query Log Mysql

0
Sign in to vote or save

This page did not load. You can still read it on the original site — the toolbar below keeps your place in the directory.

Hello people, this time I’ll use this blog post a a placeholder for a snippet that is useful when working with My SQL and specially if you’re having trouble understanding behaviours on your database. Enable Query Log Mysql There are a couple of options when you want to enable query log on your database, the first one is to use the following configuration: For MySQL 5.1.28 and older,…

Hello people, this time I’ll use this blog post a a placeholder for a snippet that is useful when working with My SQL and specially if you’re having trouble understanding behaviours on your database.

Enable Query Log Mysql

There are a couple of options when you want to enable query log on your database, the first one is to use the following configuration:

For MySQL 5.1.28 and older, edit the /etc/my.cnf file and in the [mysqld] section add the following line:

Read on raze.mx

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.