In short, you may find mysqld-bin.xxxxxx files wasting your disk space while you don’t know what are they used for. It is “safe” to remove this binary logs file by executing the following commands after login your MySQL server: db:~# mysql -uroot -p Enter password: mysql> FLUSH LOGS; mysql> RESET MASTER;