KB Article #190940
API Portal issue using a shared MySQL/MariaDB Service
Problem
Joomla interface fails to function correctly when API Portal shares the same MySQL/MariaDB service with B2Bi and/or Sentinel.
Resolution
Some Axway products require MySQL/MariaDB settings that could affect functionality for other Axway products.
Using the following setting on MySQL/MariaDB will make API Portal Joomla interface unusable:
init_connect="set session autocommit=0"
To solve this issue this value either should not be defined or be set to 1.
init_connect="set session autocommit=1"<span></span>