RE: [PHP-DB] Connecting to MySQL

2011-01-15 Thread Cristiano Di Buduo
PDO drivers mysql, odbc, sqlite From: phps...@gmail.com Date: Fri, 14 Jan 2011 15:52:55 -0500 To: cristiano_di_bu...@hotmail.com CC: php-db@lists.php.net Subject: Re: [PHP-DB] Connecting to MySQL On Fri, Jan 14, 2011 at 2:15 PM, Cristiano Di

[PHP-DB] Connecting to MySQL

2011-01-14 Thread Cristiano Di Buduo
I just downloaded both PHP and MySQL, both newest stable versions, both are working well, but when i try{} to : $dbh = new PDO('mysql:host=localhost;dbname=test', user, passwd); i catch{} a could not find driver error. Any help with this? I think the proper modules were set up in