Database::MySQL | ||
Description | ||
MySQL
database driver. Provider=MySQLClient |
||
![]() |
||
Options | ||
Handle |
The name of the handle by which the database can be referenced. |
|
Description |
Description of the database. | |
Connection
Timeout |
Timeout in seconds for the database connection. | |
Query
Timeout |
Timeout in seconds for the executed query. | |
Server |
The
name or address of the database server. Optionally the port can also be
specified by using the {server}:{port} format. Example: 192.168.1.100:3306 |
|
Database |
The name of the database. | |
Username |
Username to use for the connection. | |
Password |
Password to use for the connection. |