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