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:

  1. i can not find binary log files. located?
  2. if operations not logged or binary logging not enabled, how enable it. have read mysql documentation, says enabled as default. cannot find files,though...
  3. 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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -