You create the key store schema so the MySQL database can store key information.
To create the key store schema
Specifies the path to the schema files extracted from the tier 2 directory zip.
sm_mysql_ps.sql
DROP FUNCTION IF EXISTS `databaseName`.`getdate` $$ CREATE FUNCTION `databaseName`.`getdate` () RETURNS DATE
Example: If the name of the database is smkeystore, the required update appears as follows:
DROP FUNCTION IF EXISTS `smkeystore`.`getdate` $$ CREATE FUNCTION `smkeystore`.`getdate` () RETURNS DATE
The key store schema is created.
| Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |