@@ -159,13 +159,13 @@ In short, the MIT License states:
159
159
160
160
<b >Make sure to</b >:
161
161
- <b >Give credit to the owner</b > if the project is recompiled or recoded.
162
- - This code is <b >free to use, modify, and distribute for personal or academic use. NO FEES.</b >
162
+ - This code is <b >free to use and modify for personal or academic use. NO FEES.</b >
163
163
<br >
164
164
165
165
166
166
<!-- ------ -->
167
167
168
- ## 🚀 Installtion For End Users
168
+ ## 🚀 Installation For End Users
169
169
170
170
### Requirements
171
171
** You MUST install MySQL** unless you configure the system to use SQLite (see configuration below).
@@ -176,7 +176,7 @@ In short, the MIT License states:
176
176
| 1.3 | Initial Release | [ Download Installer] ( https://mega.nz/file/yw4U2DgY#M9TaPobCsxQK0bNqMKvr4f69rBlSeB9ohrPu_7CWy5M ) |
177
177
178
178
### Quick Setup Steps
179
- 1 . ** Install MySQL Server ** from [ mysql.com ] ( https://dev.mysql.com/downloads/mysql / )
179
+ 1 . ** Install MySQL Workbench ** from [ mysql] ( https://dev.mysql.com/downloads/workbench / )
180
180
2 . ** Download and run** the installer above
181
181
3 . ** Configure database** (see configuration section below)
182
182
@@ -197,7 +197,7 @@ git clone https://github.com/emmanpbarrameda/EmployeePayrollManagementSystem_Jav
197
197
## ⚙️ Database Configuration
198
198
199
199
### Option 1: MySQL (Recommended)
200
- 1 . ** Install MySQL Server ** and remember your root password
200
+ 1 . ** Install MySQL Workbench ** and remember your root credentials
201
201
2 . ** Import database** from the ` database ` folder using MySQL Workbench
202
202
3 . ** Update ` config.properties ` :**
203
203
``` properties
@@ -222,7 +222,7 @@ EMBEDDED_SQLITE_PATH=/SystemDB/database.sqlite
222
222
223
223
** Can't connect to database?**
224
224
- Verify MySQL is running
225
- - Check your password in ` config.properties `
225
+ - Check your mysql credentials in ` config.properties `
226
226
- Try SQLite option if MySQL issues persist
227
227
228
228
** App won't start?**
0 commit comments