| Author: Pradeep Kumar Chaudhary 27 Aug 2008 | Member Level: Gold | Rating:  Points: 6 |
To connect MySql database for file monitoring system please execute below code in an Application manager MySql.
If your application manager is in linux server execute this code: 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 execute this code: AppManager_Home\working\mysql\bin\mysql.exe -h localhost -u root -pappmanager -P 13326 -D AMDB
Please try this, I think this will help you for the connection of MySql Server in Application Manager.
Thank you, -Pradeep
|