This section provides the following configuration information for MySQL database.
CA Strong Authentication uses the InnoDB storage engine of MySQL. To check whether this storage engine is supported by your MySQL installation, use the SHOW ENGINES command. If the output of this command shows that InnoDB is not supported, enable support for InnoDB.
Note: For information about the procedure to enable support for InnoDB, see MySQL documentation.
CREATE SCHEMA '<schema-name>' DEFAULT CHARACTER SET utf8;
CREATE USER '<user-name>' identified by '<user-password>';
Objects rights:
SELECT
INSERT
UPDATE
DELETE
EXECUTE
DDL rights:
CREATE
ALTER
CREATE ROUTINE
ALTER ROUTINE
DROP
Other rights:
GRANT OPTION
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|