Posted by:
l_x_young@hotmail.com
(---.dsl.emhril.sbcglobal.net)
when my PHP application tries to connect to my MySQL database, I get the following error in the mysql.log:
110622 20:42:50 [Note] Plugin 'FEDERATED' is disabled.
110622 20:42:51 InnoDB: Started; log sequence number 0 44253
110622 20:42:52 [Note] Event Scheduler: Loaded 0 events
110622 20:42:52 [Note] wampmysqld: ready for connections.
Version: '5.1.53-community-log' socket: '' port: 3306 MySQL Community Server (GPL)
and my application prints the following message:
Error Code 2002: An attempt was made to access a socket in a way forbidden by its access permissions.
The interesting thing I noticed is that in the mysql.log, the socket is just a pair of empty quotes. Is this the problem? Should there be a valid socket number?