Solving MySQL Error 1186: Dealing with ‘Binlog closed, cannot RESET MASTER’
Understanding Error 1186 MySQL Error 1186 with SQLSTATE HY000 occurs when you try to execute the RESET MASTER command while the binary logging is disabled. The binary log is a set of log files that contains information about data modifications made by the MySQL server instance. The RESET MASTER command is used to clear the …