DAC for MySQL

TMySQLDatabase.Properties.Port

Previous Next

Sets server's port.

Syntax:

property Port: Integer; default 3306

Description:

The value will be used as the port number for the TCP/IP connection. If Port is set to zero, the default value is used (3306).

See also:DatabaseName, Host, UserName, UserPassword properties