Answers for "remove the bin logs in mysql"

SQL
0

mysql purge binary logs

# Enter mysql as root with mysql -u root
PURGE BINARY LOGS BEFORE NOW();
Posted by: Guest on February-10-2021
0

remove binlog mysql

mysql> PURGE BINARY LOGS BEFORE '2021-01-01 00:00:00';
Posted by: Guest on October-05-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language