File: mod_mysql.texi

package info (click to toggle)
proftpd-dfsg 1.3.0-19etch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 9,604 kB
  • ctags: 5,598
  • sloc: ansic: 59,475; sh: 18,832; perl: 1,474; makefile: 1,191
file content (19 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This module is contained in the mod_mysql.c file, and is not compiled in
by default.  It provides the backend support to connect to MySQL
databases.

@heading MySQL Database Directives

@subheading @anchor{MySQLInfo} MySQLInfo

@format
Syntax: MySQLInfo host user pass dbname
Default: none
Context: server config, virtual host
@end format

Configures the MySQL database driver (the database may be remote).  A
connection isn't made until use of a SQL feature requires it, after
which it may be held open for the lifetime of the FTP session
depending on the directives in use.  Use @kbd{""} to specify a null
password.