PDO_MYSQL DSNMit einer MySQL Datenbank verbinden BeschreibungThe PDO_MYSQL Data Source Name (DSN) is composed of the following elements:
Changelog
Beispiele
Beispiel #2 PDO_MYSQL DSN examples The following example shows a PDO_MYSQL DSN for connecting to MySQL databases: mysql:host=localhost;dbname=testdb mysql:host=localhost;port=3307;dbname=testdb mysql:unix_socket=/tmp/mysql.sock;dbname=testdb Anmerkungen
|