skip to content
EASA Help Pages
User Tools
Admin
Log In
Site Tools
Search
Tools
Show pagesource
Old revisions
Export to PDF
Backlinks
Recent Changes
Sitemap
Log In
>
You are here:
EASA 6.1
»
Administrator Guide
»
Modify default MySQL passwords
Sidebar
About EASA
|
Contact
Contents
Take a Tour of an EASAP
New in EASA 6.1
Releases
Excel Desktop Client
System Requirements
Hardware Requirements
EASA System Architecture
What is an EASAP?
Overview
Get started with EASA
User Guide
Author Guide
Authoring Tutorials
Objects in EASAP Builder
Administrator Guide
Compute Server Config Tool
Supplied Drivers
Send Log Files
Table of Contents
Modify default MySQL passwords
1. Modify MySQL passwords
2. Modify three EASA configuration files
3. Update StockData password
Modify default MySQL passwords
An EASA installation is designed to 'work-off-the-shelf'.
Default passwords other than for
demo
are initially assigned and will need to be changed in,
MySQL
Four EASA configuration files
The
demo
password is set via the EASA configuration record for
StockData
1. Modify MySQL passwords
Determine strong passwords for each
MySQL
user,
sa
demo
exceluser
signeruser
Update
MySQL
with the new passwords. In a
mysql
client,
mysql>
SET PASSWORD FOR 'sa'@'localhost' = 'new_password_for_sa';
mysql>
SET PASSWORD FOR 'demo'@'localhost' = 'new_password_for_demo';
mysql>
SET PASSWORD FOR 'exceluser'@'localhost' = 'new_password_for_exceluser';
mysql>
SET PASSWORD FOR 'signeruser'@'localhost' = 'new_password_for_signeruser';
2. Modify three EASA configuration files
In each of the files below,
<SERVERDATA>\easa-share\admin\config\
easa.cfg.xml
excel.cfg.xml
excelTesting.cfg.xml
signer.cfg.xml
in a text editor find
hibernate.connection.username
property
eg.
<property name=“hibernate.connection.username”>exceluser</property>
update the corresponding password property below it with a new password,
eg.
<property name=“hibernate.connection.password”>new_password_for_exceluser</property>
3. Update StockData password
Navigate to
EASA→Administrator→Configure→Databases→Configure Databases
Select
StockData
Click
Edit
Update the password for
demo
Page Tools
Export to PDF
Rename Page
Back to top