MySQL connect to server and database, PHP pdo
Only connect to the database SERVER only not the database self.
new PDO("mysql:host=localhost", "root", "");
Connect to the database
new PDO("mysql:host=localhost;dbname=zazaki_db", "root", "");
Only connect to the database SERVER only not the database self.
new PDO("mysql:host=localhost", "root", "");
Connect to the database
new PDO("mysql:host=localhost;dbname=zazaki_db", "root", "");