XUSER entries can be imported from an XUSER file. You can choose any name for the file. Each XUSER entry in the file must contain the following information in the order shown below and be exactly ten lines long.
<user_key>
<user_name>
<password>
<database_name>
<database_server>
<SQL_mode>
(blank line)
<timeout>
<isolation_level>
(blank line)
The blank lines shown above must always be included in the file because the system expects further XUSER data that is not relevant for database version 7.5.
To omit an option, insert an additional blank line instead.
The following example shows an XUSER file (key name TESTKEY, user MONA). Since it does not include any information about the SQL mode, it contains an additional blank line.
TESTKEY
MONA
RED
HOTELDB
GENUA
(Blank Line)
(Blank Line)
90
1
(Blank Line)