How can I connect to Applications Managers MySQL?
Execute the following command in the command prompt of the Applications Manager server. This will connect to the Applications Manager MySQL. If Applications Manager is running on Linux server, mysql -h localhost -u root -pappmanager -P 13326 -D AMDB Where, 13326 is the default MySQL port and this can be checked in AppManager_Home/conf/AMServer.properties(am.mysql.port) file. If Applications Manager is running on windows server, AppManager_Home\working\mysql\bin\mysql.