MySQL Installer Guide
For successful implementation of the Allscan process in SwilERP software, the initial step involves installing MySQL on your system. This article provides a detailed, step-by-step guide on setting up MySQL.
Step: 1 Download & Install the MYSQL from the link given below
- After clicking on the given reference URL, download the MySQL server.
- Click on the Download button.
Reference image:
MySQL Download Window- Afterwards the "MySQL installer" file will download to your system.
- Run the file on your system to proceed with the next steps.
- Select the Custom option and click on the Next.
Reference image:
- Select the version of MySQL Server, Workbench, Shell.
- Click on the Next option.
Reference image:
Select Products Window- Check the Status of installed products.
- Click on the Execute button to proceed.
Reference image:
Product Status Window- Proceed by clicking the Next button until the Password window appears.
- Input your preferred password for the SQL Server and proceed by clicking the Next button.
Note: Users can use the MySQL Root Password as given below:
MySQL Password: Root |
Repeat Password: Root |
Reference image:
User Password Window- Continuously click Next, Next, Execute, Finish, Next, Finish to reach the Installation Complete window.
Reference image:
Installation Complete WindowStep: 2 Copy MySQL File Folder Path
- Go the file folder in your system where MySQL is installed.
- Open MySQL> MySQL Server> Bin and Copy that file path as shown in the image below.
Reference image:
Copy File Path- In the system's search bar, enter Environment Variable and click Edit System Environment Variables option.
- After that, click on the Open button.
Reference image:
Environment Variables- Next, click on the "Environment Variables" button.
Reference image:
- In the Environment Variables window, first select the Path, then click on the Edit option.
- After that click New button and paste the copied file path of the MySQL folder copied earlier in the blank column.
- Click on the OK button.
Reference image:
Edit Variables Window- Enter Username, Password & DB Name and all details in the allscan-config. file which you can find in SwilERP's Folder.
- For the Server then localhost will come inside host.
- For the Client then IP Address of the server will come inside the host.
Reference image:
- You have to Run the command prompt as follows:
- mysql -u root -p (To open the My SQL and enter password).
- Create database ALLSCANS; (Create the database in MYSQL Server).
Reference image:
Command Prompts Window- Now, when you export the data in SwilERP Software you can see a table of AllScan products.
Reference image:
Data Configuration Window