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