3.7.1Class MySQL
Direct interface to MySQL database.
Class MySQL( connect )
connect | String containing connection parameters. |
The connect string uses the standard connection values:
- uid: user id
- pwd: password
- db: database where to connect
- host: host where to connect (defaults to localhost)
- port: prot where to connect (defaults to mysql standard port)
Other than that, mysql presents the following driver-specific parameters
- socket: UNIX socket name for UNIX-socket based MySQL connections.