fedecarg / apify-library

Apify is a small open source library that delivers new levels of developer productivity by simplifying the creation of RESTful architectures. It helps development teams deliver quality web services and applications in reduced amounts of time. If you are familiar with the Zend Framework, then you already know how to use Apify.
http://www.apifydoc.com
Other
266 stars 49 forks source link

PDO does not connect #18

Closed igorbrites closed 4 years ago

igorbrites commented 12 years ago

When trying to connect to the database (Database.php: 53) throws this:

Warning: PDO::__construct() [pdo.--construct]: [2002] An attempt was made to access a socket in a way forbidden by its access permissions. (trying to connect via tcp://127.0.0.1:3306) in C:\vhosts\project\library\Database.php on line 53.

I've tryed everything on the Google search, but no success.