Sun OpenSSO Enterprise 8.0 Integration Guide

ProcedureTo Create Identity Manager Tables in MySQL

  1. Run the following commands:


    # cd /opt/SUNWappserver91/domains/domain1/applications/j2ee-modules/idm/sample
    # /opt/mysql/bin/mysql -uroot -ppassword < create_waveset_tables.mysql
  2. Verify that the Waveset database was successfully created.


    -$ /opt/mysql/bin/mysqlshow  -uroot -ppassword
    +--------------------+
    |     Databases      |
    +--------------------+
    | information_schema |
    | mysql              |
    | test               |
    | waveset            |
    +--------------------+
    -$

    You should see the waveset database name in the output above.