Javascript debugger
Website design
↑
The PDO_MYSQL Data Source Name (DSN) is composed of the following elements:
The DSN prefix is mysql:.
hostThe hostname on which the database server resides.
portThe port number where the database server is listening.
dbnameThe name of the database.
unix_socket
The MySQL Unix socket (shouldn't be used with host
or port).