How to connect to the AssetExplorer database?

How to connect to the AssetExplorer database?

To find the database connected to your installation, open Command Prompt with elevated permission, navigate to [AE-Home]\bin directory and invoke the batch file 'changeDBServer.bat'. [AE-Home] is Drive:\ManageEngine\AssetExplorer\ directory.




For MSSQL database









Connect to the query analyzer of the SQL server and execute the queries.















For PGSQL database 












Open command prompt on the application server and connect to the folder ManageEngine\AssetExplorer\pgsql\bin> and use the command
psql.exe -U postgres -p 65433 -d assetexplorer -h 127.0.0.1









For  MYSQL database












Open command prompt on the application server, connect to the folder ManageEngine\assetexplorer\mysql\bin> and use the command
mysql.exe -u root -P 33376 assetexplorer



                New to ADManager Plus?

                  New to ADSelfService Plus?

                    • Related Articles

                    • How to connect to the ServiceDesk database?

                      Open command prompt on the server and change the directory to MangeEngine\ServiceDesk\bin, invoke the batch file 'changeDBServer.bat' For MSSQL database  Connect to the query analyzer of the SQL server and execute the queries. For PostgreSQL database ...
                    • How to change the database from MySQL/PostgreSQL to MSSQL

                      The steps mentioned below are applicable only if you migrate the DB from PgSQL to MSSQL. This means that the application server is going to remain the same. The data alone is going to be transferred to MSSQL DB from the existing PgSQL DB.    For ...
                    • Failed to start the database

                      For the error "Failed to start the database", Check what database being used and, execute changeDBServer.bat. For Pgsql,  Start PGSQL from the command link, execute StartDB.bat 65432 under C:\Manageengine\ServiceDesk\bin 65432 is the default port ...
                    • How to connect PGSQL from a remote computer?

                      To remotely access a PostgreSQL database, you must set the two main PostgreSQL configuration files: postgresql.conf pg_hba.conf First of all, configure PostgreSQL service to listen on port 65432 on all network interfaces in Windows 7 machine: open ...
                    • How to change the database from MSSQL to PostgreSQL

                      The steps mentioned below are applicable only if you migrate the DB from MSSQL to PgSQL. This means that the application server is going to remain the same. The data alone is going to be transferred to PgSQL DB from the existing MSSL DB.    For ...