| | | |
Uploading ....
Connecting to the MySQL database & Executing a Query Steps to connect to Central's database:
- Open the command prompt
- Navigate to /program files/adventnet/me/central/mysql/bin
- Execute the following command
mysql.exe -u root -P 23306 centraldb

- You will get a mysql> prompt.
- Now you can execute a query on the mysql database.
Eg.: mysql> select * from befailover;
Steps to connect to Probe's database:
- Open the command prompt
- Navigate to /program files/adventnet/me/probe/mysql/bin
- Execute the following command
mysql.exe -u root -P 33306 dmsdb
- You will get a mysql> prompt.
- Now you can execute a query on the mysql database.
Eg.: mysql> select * from befailover;
Click here to know the steps to start the MySQL database on the Central or Probe
|
|
|
|
| | | |
|