"M.D. DeWar" <[EMAIL PROTECTED]> wrote:
> Hello,
> in my /var/db/mysql there is a whole lot of files that have
> spiderman-bin.001 all the way to 038
> Can I safely delete these files ?

These are binary log files. If you don't need them, you can delete them and start 
server without --log-bin option.
> 
> I also have these
> 25088 Sep 12 23:41 ib_arch_log_0000000000
>   5242880 Nov 19 16:18 ib_logfile0
>   5242880 Sep 12 23:41 ib_logfile1
> 10485760 Nov 19 16:16 ibdata1
>    208758 Nov 19 16:18 log.0000000001
> 
> can any of these be deleted ?

These files are related to the InnoDB. If you don't use InnoDB tables you can delete 
these files and start server with --skip-innodb option.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to