Difference between revisions of "Change MySQL Password"
From Swivel Knowledgebase
(→Prerequisites) |
m (1 revision imported) |
(No difference)
|
Latest revision as of 12:52, 11 May 2017
Contents
Overview
For appliance version 2.0.16.
Prerequisites
Swivel appliance hardware or virtual build 2.0.16
Issue
Requirement to change the MySQL admin password from the Swivel default
Solution
Login to the consile, and then exit to the command line.
Run the following command:
mysqladmin -h [appliance IP] -u admin -p’[current password]' password [new password]
Modify the main menu script:
- edit /usr/local/bin/smenu
- Search for "Passwd" and change the default value, and save the file.
Modify the DB sync script:
- edit /usr/local/bin/sync_db.sh
- Change each line were the default password is entered, there are 9 instances of the password in the file.
- Exit the command line
Check that the changes have taken effect by using the console menu to check on MySQL DB Status.