A Alex N New Member Jun 5, 2016 #1 Hello, The mySQL database I'm using for Mailwhizz is now 6 GB in size... I was thinking... Is there any easy ways to clean that up? Anything I could do without screwing up anything?
Hello, The mySQL database I'm using for Mailwhizz is now 6 GB in size... I was thinking... Is there any easy ways to clean that up? Anything I could do without screwing up anything?
frm.mwz Well-Known Member Jun 5, 2016 #2 Alex N said: Hello, The mySQL database I'm using for Mailwhizz is now 6 GB in size... I was thinking... Is there any easy ways to clean that up? Anything I could do without screwing up anything? Click to expand... if you use InnoDB, use individual tables, they can be optimized/reduced
Alex N said: Hello, The mySQL database I'm using for Mailwhizz is now 6 GB in size... I was thinking... Is there any easy ways to clean that up? Anything I could do without screwing up anything? Click to expand... if you use InnoDB, use individual tables, they can be optimized/reduced
twisted1919 Administrator Staff member Jun 6, 2016 #3 @Alex N / @frm.mwz - You can always delete old campaigns if you don't need them. That will clear a lot of data. Secondly, you can use the campaigns-archive-command to archive sent campaigns, as described here.
@Alex N / @frm.mwz - You can always delete old campaigns if you don't need them. That will clear a lot of data. Secondly, you can use the campaigns-archive-command to archive sent campaigns, as described here.
I Ignacio Jimenez Torrado New Member Sep 27, 2016 #4 Hello, I´ve done what you suggested here: https://kb.mailwizz.com/articles/archive-campaigns-delivery-logs/ and now I´m getting an error: CDbException CDbConnection failed to open the DB connection.
Hello, I´ve done what you suggested here: https://kb.mailwizz.com/articles/archive-campaigns-delivery-logs/ and now I´m getting an error: CDbException CDbConnection failed to open the DB connection.
I Ignacio Jimenez Torrado New Member Sep 27, 2016 #5 OK, I restarted mysql and now It´s working again.