enable logging for mysql / galera
Here is what I currently have in /etc/my.cnf
[mysql_safe]
log-error=/var/log/mysqld.log
However, I want to see all log not just errors. How can I do this?
Thank you!
-
Can you please tell us what exactly you want to log? MySQL provides couple of ways to log data, depending on what your needs are. This blog post discusses some of them (all except error log) http://www.severalnines.com/blog/become-mysql-dba-blog-series-query-tuning-process
It is in the context of query tuning but you can get some idea what exactly you can log in MySQL.
Please sign in to leave a comment.
Comments
1 comment