Page 1 of 1

Faster Interspire Email Marketer through Better DBF

PostPosted: Fri Jul 03, 2015 4:59 pm
by mmm
In order to optimize Interspire Email Marketer, can one upgrade MySQL 5.5 to 5.6 or even MariaDB 10?

Re: Faster Interspire Email Marketer through Better DBF

PostPosted: Mon Aug 31, 2015 3:25 pm
by MaBoRaK
loading......


Interspire works as a charm in MariaDB 10


connection closed.

Re: Faster Interspire Email Marketer through Better DBF

PostPosted: Tue Sep 01, 2015 7:15 pm
by mmm
What is the best way to upgrade to MariaDB?

Re: Faster Interspire Email Marketer through Better DBF

PostPosted: Wed Sep 02, 2015 2:47 am
by MaBoRaK
mmm wrote:What is the best way to upgrade to MariaDB?



If you have Cpanel, there is an Interface in WHM.

If not, try the next commands:


Code: Select all
echo "[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.0/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1" > /etc/yum.repos.d/MariaDB.repo
service mysqld stop
yum remove mysql*
yum install MariaDB-server MariaDB-client MariaDB-devel


( create a mysql backup first )

Re: Faster Interspire Email Marketer through Better DBF

PostPosted: Wed Sep 02, 2015 1:52 pm
by mmm
Many thanks for the instructions.

Will this make Interspire Email Marketer faster?

Wil all other apps that require MySQL still work?