summaryrefslogtreecommitdiffstats
path: root/kexi/tests/startup/testdb.kexis
blob: 06a558aae9c56b50de9d979dd31a7845b2b1b4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#
# This file contains information for accessing Kexi project(s)
# stored on a database server
#
# Description: The file can contain one special "File Information" 
# section and one or more sections for defining database connections.
#

[File Information]
# Version information for this file format, "1" is by default.
# You can forget about adding this.
version=1

# begin of section for a shortcut to a single database
[Test Database]

# The type of this section. Can be:
# - database: a single database project together with 
#   it's connection parameters
# - connection: connection arameters only, without database name
#   user will be able to see a list of databases provided 
#   for the connection and open one of them. (not yet implemented)
type=database

# Database driver (engine) name like: mysql, postgresql.
engine=mysql

# Additional human-readable caption for informational purposes.
caption=Test Project

# Database name, or connection name, depending on type of this section.
name=testdb

# Server name, for local connection. Can be empty or equal to "localhost".
server=localhost

# TCP/IP port, leave it empty if default port for a given 
# engine should be used.
port=3333

# Username, leave empty if you want to reuse your login name.
user=testuser

# User password (DANGEROUS: currently plain text!). 
# Leave it empty, and you will be asked for password everytime 
# you're opening your database. 
# KDE Wallet will be supported in the future.
password=testy

# Additional (probably multiline) human-readable caption 
# for informational purposes. Line endings should be netered as \n.
comment=My favourite test project

# Set this to 1, if you want to use socket file (named pipe) 
# instead of TCP/IP for your local connection here.
# Ignored for remote connections. 
useLocalSocketFile=0

# Enter local socket file name (named pipe) for your local connection here.
# Leave it empty if you want to use default socket file.
# Ignored for remote connections. 
localSocketFile=