Entering content frame

 XUSER Files 

XUSER entries can be extracted from XUSER files. You are free to define your own file name. Each XUSER entry in the file must contain the following data in the specified order, and must have a length of exactly 10 lines.

<user_key>
<user_name>
<password>
<database_name>
<database_server>
<SQL_mode>
  
(empty line)
<timeout>
<isolation_level>
  
(empty line)

The empty lines in the file must be left empty, since they are meant to contain other XUSER data that is not relevant for the database version 7.5.

You must include an extra empty line for every option that you omit.

The following example shows an XUSER file (key name TESTKEY, user MONA). It does not contain any SQL mode information, which is why it has an extra empty line.

TESTKEY
MONA
RED
HOTELDB
GENUA
(empty line)
(empty line)
90
1
(empty line)

 

Leaving content frame