The PDO_MYSQL Data Source Name (DSN) is composed of the following elements:
The DSN prefix is mysql:.
The hostname on which the database server resides.
The port number where the database server is listening.
The name of the database.
The MySQL unix socket (shouldn't be used with host or port).
Zurück | Zum Anfang | Weiter |
MySQL Functions (PDO_MYSQL) | Nach oben | Verbesserte MySQL Erweiterung |