Users Guide
Altering Double-Byte Characters in Audit Trails | Localization
768 OMNM 6.5.3 User Guide
Altering Double-Byte Characters in Audit Trails
To see double-byte characters in audit trail messages, you need to alter the database, as described
in the following sections.
•
Setting Up MySQL
•
Setting Up Oracle
Follow the steps outlined for your database type.
Setting Up MySQL
Setting up your MySQL database for double-byte characters in audit trail messages as follows:
1
Stop MySQL using one of the following commands:
• On Windows, execute this as an administrator;
net stop mysql
• On Linux, execute this as root:
/etc/init.d/owaredb stop
2
Open the MySQL configuration file in a text editor:
• Windows file is %SYSTEMROOT%/my.ini
• Linux file is /etc/my.cnf
3
Add the following lines to the [mysqld] section:
default-character-set=utf8
default-collation=utf8_general_ci
character-set-server=utf8
collation-server=utf8_general_ci
init-connect='SET NAMES utf8'
skip-character-set-client-handshake
4
Restart MySql.
• On Windows, execute this as an administrator:
net start mysql
• On Linux, execute this as root:
/etc/init.d/owaredb start
5
Run dbevolve.
• On windowb2s execute as the install user:
oware dbevolve -x
• On Linux,
. /etc/.dsienv
dbevolve -x