Slow query log on V3.23.x

Hi All

What is the command to add to the my.cnf file to start the slow query log for version 3.23.x?

It should be same log_slow_queries=1

You however need to use set-variable to set long_query_time.

I have not been using 3.23 for a while so I might mistake names a bit. Use mysqld --help to verify it.