What is the port number for PHP PDO?
protego8 New Member Messages 14 Reaction score 0 Points 0 Jun 23, 2011 #1 What is the port number for PHP PDO?
Skizzerz Contributors Staff member Contributors Messages 2,928 Reaction score 118 Points 63 Jun 23, 2011 #2 Example PDO connection string: mysql:host=localhost;dbname=your_database If you need to use a port, use localhost:3306
Example PDO connection string: mysql:host=localhost;dbname=your_database If you need to use a port, use localhost:3306