I'm getting errors, can anyone help.
This is during the web portion of the install. On a fresh 7.1 build the only other add on is PHPMYADMIN
ERROR: InnoDB conversion failed, install InnoDB mysql engine support on your server
or you will experience severe performance issues.
(Try to uncomment "#skip-innodb" in your mysql config file.)
Reinstall when corrected.
ERROR: HEAP conversion failed, install HEAP mysql engine support on your server
or you will experience severe performance issues.
******************
In the following install step. I changed the files in /etc/e-smith/templates because the following did not exist in templates-custom and I'm not sure how to add them as custom templates.
To modify the personalized templates my.cnf:
In the /etc/e-smith/templates-custom/etc/my.cnf/005mysqld file
max_allowed_packet=50M
In the /etc/e-smith/templates-custom/etc/my.cnf/009innodb file
to modify the line and to replace disabled by enabled
my $innodb = $mysqld {InnoDB} || “enabled”;