Method of Changing ATIC Database User Names and Passwords
Check the sampling ratio on the device. The default value is 1:128.That is, the minimum statistical unit is 128 pps by default.
You need to change the user name and password of the MySQL database as well as the user name and password for the ATIC to access the database.
Manually change the password of the MySQL database:
Access the CLI:
Log in as the root user, run the mysql -uroot –p command, press Enter, and enter the password.
mysql>use mysql;
mysql>UPDATE user SET password=PASSWORD (indicates the new password) WHERE user= 'ddosatic';
mysql>FLUSH PRIVILEGES;
- Access the MySQL directory: d:\VSM\MySQL\bin
- The default user name and password may be one of the following with the third being the most used one: root/1234; root/Admin_123; ddosatic/Admin_123 (for versions later than V2R1C00SPC800)
mysql -uddosatic -p
- Change the password and update system permission tables of the MySQL.
- Stop the ATIC service and then restart the database service: mysqlservice
Stop the ATIC service.
Restart the database.
- Use the tool in the following screenshot to change the user name and password for accessing the ATIC.
Change the user name and password and test the validity.If the test succeeds, click OK to make the user name and password take effect.
- If the user name and password are successfully changed, the system will prompt you to restart the ATIC service. Click OK to restart.