Dashboard > Penrose > ... > CA eTrust Directory > eTrust Directory Integration - MySQL Configuration
eTrust Directory Integration - MySQL Configuration
Added by Jim Yang, last edited by Jim Yang on Apr 27, 2006
Labels: 
(None)


Create Users

Create sa user:

grant all privileges on *.* to 'sa'@'%' identified by 'secret' with grant option;

This user will be used by the system administrator.

Create penrose user:

grant all privileges on *.* to 'penrose'@'%' identified by 'penrose' with grant option;

This user will be used for penrose to modify the database.

Create Databases

Create a database called "example" and initialize it with the following scripts which can be found in PENROSE_SERVER_HOME\samples\sql:

  • example.sql
  • triggers.sql

Create an empty database called "penrose" to store cache data.

These databases can be created on different machines.

Site running on a free Atlassian Confluence Open Source Project License granted to Safehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators