Hello Community ,
I was trying to install erp next on CentOS 7 , and I had this problem , I guess the major problem was with the configuration of etc/my.cnf ! I didn’t found symbolic-links=0 in order to write under it those commands : innodb-file-format=barracuda
innodb-file-per-table=1
innodb-large-prefix=1
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
Seems link you have a broken configuration file for mysql. either you can copy the default configuration file from here my.cnf · GitHub … then continue add the settings.
or
use the easy install script from frappe to install the production version… I recommend using that…
the link you provided will install develop version… that is version 12…