On Thu, 21 Oct 2004, C.F. Scheidecker Antunes wrote: > Hello, > > On a further inspection and by reading Paul DuBois' I guess m y system > has to many bin logs. How can I get ride of them?
Assuming you don't need them for replication or point-in-time recovery, you can use the PURGE command. http://dev.mysql.com/doc/mysql/en/PURGE_MASTER_LOGS.html If you do not need the binary logs for anything, and you're not running replication you can remove all of them and restart at binlog.000001 with the command RESET MASTER (I'd suggest using the PURGE, though). -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]