Please enter search query.
Search <book_title>...
Veritas NetBackup™ for MariaDB Administrator's Guide
Last Published:
2018-03-15
Product(s):
NetBackup (8.1.1)
- Introduction to NetBackup for MariaDB Agent
- Installing the NetBackup for MariaDB Agent
- Configuring the NetBackup for MariaDB
- The NetBackup for MariaDB backups and restores
- Troubleshooting for NetBackup for MariaDB
- Appendix A. About NetBackup for MariaDB commands and conventions
- Appendix B. The NetBackup for MariaDB commands
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 tomy.ini
file path.(Linux) Include the
Mariadb
bin directory in$PATH
.
To authenticate the password
- (Optional) Add the client section.
- Under the Client section, edit the
my.ini
ormy.cnf
file to add the password. For example,[client]
port=3306
password=<password>
- To verify the password authentication, login to MySQL server using the following command:
mysql -u <user>