I installed MySQL 5.5 on Windows 7 I did it as a general install. All my logs are stored under the C:\ProgramData\MySQL\MySQL Server 5.5\data\mysql-bin.00057 for example
when I try to run mysqlbinlog mysqlbin.000057 it gives me error 2 file not found
I have even tried mysqlbinlog C:\ProgramData\MySQL\MySQL Server 5.5\data\mysql-bin.000057 it also says it can't find the file.
Just wondering how I can use the binlog to read these files using mysqlbinlog