Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ for MariaDB Administrator's Guide
  3. Installing the NetBackup for MariaDB Agent
  4. Authenticating the password
Veritas NetBackup™ for MariaDB Administrator's Guide

Authenticating the password

Authenticating the password keeps you from specifying the password every time you run a backup. The (Windows) my.ini file and the (Linux) my.cnf file stores the password and the application picks the password every time you run a backup.

Authenticating the password

The agent reads the plaintext authentication credentials from the my.cnf file in Linux and my.ini file in Windows.

Prerequisites

Before you authenticate the password, you must meet the following prerequisites:

  • (Windows) Set the user environment variable MYSQL_HOME to point to my.ini file path.

  • (Linux) Include the Mariadb bin directory in $PATH.

To authenticate the password

  1. (Optional) Add the client section.
  2. Under the Client section, edit the my.ini or my.cnf file to add the password. For example,

    [client]

    port=3306

    password=<password>

  3. To verify the password authentication, login to MariaDB server using the following command:

    mysql -u <user>

Feedback

Was this page helpful?
Previous

Installing NetBackup for MariaDB Agent

Next

Uninstalling the NetBackup for MariaDB Agent

Feedback

Was this page helpful?