Previous Topic: Install the MySQL Connector

Next Topic: Create a MySQL Data Source

Assign Root User Privileges

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

  1. Click Start, MySQL, MySQL Server 5.0, MySQL Command Line Client.

    The MySQL Command Line Client opens.

  2. Run the following command:
    mysql> GRANT ALL ON Test.* to 'root'@'<m/c_IP>' IDENTIFIED BY '<password>'
    

    A root user is created, and a password is assigned.


Copyright © 2010 CA. All rights reserved. Email CA about this topic