I need to convert the mysql binlogs to text format in PHP script. I am aware of using mysqlbinlog
tool to convert it to text. But I am not supposed to run any system commands(or any shell command) in my script.
Is there any other way to do it using PHP?
Thank you for any help.