binary log - Mysql data recovery using mysqlbinlog -
i accidentally dropped schema without backing up.
and want use mysqlbinlog utility perform recovery. (it seems mysqlbinlog tool). , needs binary log files perform recovery.
now have following confusions:
- i can not find binary log files. located?
- if operations not logged or binary logging not enabled, how enable it. have read mysql documentation, says enabled as default. cannot find files,though...
- is possible recover data , schema through /var/log/mysqld.log file
if have line log = /path/to/mysql.log
uncommented in my.cnf
, queries in mysql.log
. is, answering third question.
Comments
Post a Comment