How to connect Ingress software using the MySQL database from another location

Friday, August 25, 2017 TimeTec 1 Comments




Introduction
Within many organization, a server PC is normally restricted to data storage while accessibility is only allowed for just a few personnels. For situations such as these, you can alleviate the problem by connecting Ingress software from another PC to the server PC and store all of your supposed attendance and access data into MySQL database. Please note that both PCs must be in the same network as the connection will be based on the network IP address.

Steps/ Procedure
First of all, to complete the setup, you will need to have:
1) Two different PC with the same network
2) MySQL version 5.5 (database)
3) SQLyog (to access the MySQL)
4) Ingress software

After obtaining the above requirement, you need to install the MySQL to the PC that you want to host the database. After installing MySQL, you need to install SQLyog because there are still few settings which needs to be carried out in order for the database to be accessible from other PC.
You can refer to this picture:
1.png

First, open the SQLyog and connect to the database.
2.png

Then go to User Manager.
4.png

From User Manager, select root@localhost and go to Global Privileges, then tick all the box from this page
5.png

Lastly for the PC that doesn’t contain Ingress software, you’ll need to create new user and assign the name as Ingress in order for the Ingress software to recognize this user.
6.png

Click Add New User
Username: ingress
Password: ingress
Host: %

Then click save
7.png
After that, just follow the previous procedure, select ingress@% and grant all the access for this user. Click save. Note: All of these steps need to be done at the server side.

The next steps are on How to connect Ingress software to the database that you have setup previously:
Firstly, you need to ensure that you can ping the IP address of the server (MySQL database location).
You can check the IP config of that PC before trying to ping that IP.
By receiving the reply from the other PC means that both PC can be accessed over the network.

For example, you can refer here:
8.png

9.png

After you’ve already confirm that the IP can be ping, you can now proceed to the next steps.
Install the Ingress software from this PC and after Installation, open the DB installer. This is the important part.
10.png
From Step 1, please insert the IP address of that server (the previous IP that you ping previously). Admin user name: root Password: root The username and password should be based on what you have set from your MySQL installation, but for demonstration purpose, we only use ‘root’ during installation. Then, proceed to Step 2 and 3. Once you’ve already finished all the steps above, you can now open the Ingress software and login to it. The default username: admin and default password: 123 After you entered the software, you can see the Database address showing the IP address of the server PC that you’ve setup previously.

11.png
If the IP address is still showing your PC’s IP address, this means that there are some incomplete steps carried out during the installation process. Please refer to the previous steps in order to troubleshoot the problem and ensure that you follow all the steps given.

1 comment:

Have any questions or inquiries about FingerTec? Drop your input here.