You can use the MySQL Command Line Client to create the user directory administrator's username and password. This step is required before you can connect the Policy Server to the user directory.
To create a root user and assign a password
The MySQL Command Line Client opens.
mysql> GRANT ALL ON Test.* to 'root'@'<m/c_IP>' IDENTIFIED BY '<password>'
Specifies the MySQL server IP address.
Specifies the password for the root user.
A root user is created, and a password is assigned.
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |