Difference between revisions of "ETK"
From SPGC Document Wiki
(Created page with "== Reset ETK password == # Open SQL Yog connect to 89 server # Get the employee number # Run this query # UPDATE myleave.myuser SET password=md5("init1234") WHERE myusername...") |
(→Reset ETK password) |
||
Line 1: | Line 1: | ||
== Reset ETK password == | == Reset ETK password == | ||
− | # Open SQL Yog connect to | + | # Open SQL Yog connect to 52 server |
# Get the employee number | # Get the employee number | ||
# Run this query | # Run this query | ||
# UPDATE myleave.myuser SET password=md5("init1234") WHERE myusername="123456" | # UPDATE myleave.myuser SET password=md5("init1234") WHERE myusername="123456" |
Revision as of 15:36, 14 June 2016
Reset ETK password
- Open SQL Yog connect to 52 server
- Get the employee number
- Run this query
- UPDATE myleave.myuser SET password=md5("init1234") WHERE myusername="123456"