Quoting supr_star <suprstar1...@yahoo.com>:

This db is on its own partition, so I can't delete logs or anything else to clear up space.  So I moved ib_logfile0 and ib_logfile1

This is a really bad idea as will break all ur InnoDB databases. Do you have space elsewhere on other partitions on the server? If yes move the data file directories there and make a soft link from the old DB data directory to the new location (ln -s). Then try and restart MySQL and hopefully you haven't done permanent damage with the steps you tried so far,

cheers Andy.




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to