How does EasyNTS configure the MySQL database for the video intelligent cloud network?

As a new product, smart cloud networking is not known to many people. In fact, the main function of the smart cloud networking we developed is to do network penetration to solve the problem of network interoperability due to firewalls.

NTS.png

Before we introduced the video cloud networking EasyNTS can penetrate network equipment? In this article, we will continue to introduce the database of EasyNTS cloud networking.

EasyNTS cloud networking uses SQLite database by default and also supports MySQL database. If you want to connect to the MySQL database, you need to modify the configuration file easynts.ini.

1. To use MySQL database, first comment out the SQlite configuration information. Add before the 2 lines of code in the red line box; you can comment out these 2 lines of code.

2. Install the MySQL database locally and create a new database named easynts. Then modify the database and password in the configuration file to the actual account password. For example, the root: admin888 in the red line in the figure below means that the user is root and the password is admin888.

420.png

3. Save the modified configuration information, restart the EasyNTS program, access the EasyNTS homepage, and successfully connect to the MySQL database.

NTS.png

Guess you like

Origin blog.csdn.net/EasyNTS/article/details/106539901