NYCPHP Meetup

NYPHP.org

[nycphp-talk] pcntl_fork() assistance

Peter Sawczynec ps at pswebcode.com
Fri Sep 22 12:03:43 EDT 2006


See this page for some helpful info:
http://dev.mysql.com/doc/refman/5.0/en/multiple-unix-servers.html
 
Like Port 80 is generally accepted to be the http/www port, Port 3306 is
usually the expected MySQL port.
And the unix socket path is also usually standardized by default too.
 
But maybe your install(s) specified port and socket different from default.
This is 
considered a security enhancement.
 
In the phpMyAdmin config file(s) for the server connections there are many 
options to fill in so that phpMyAdmin knows exactly how to talk to your
MySQL server;
the port, socket, user name, pwd, database name, host all have to be
accurate.
 
Peter
 
 
 
 
 
 

-----Original Message-----
From: talk-bounces at lists.nyphp.org [mailto:talk-bounces at lists.nyphp.org] On
Behalf Of Joseph Crawford
Sent: Friday, September 22, 2006 11:05 AM
To: NYPHP Talk
Subject: Re: [nycphp-talk] pcntl_fork() assistance


I apologize if this is a bit off topic but i finally got apache, php and
mysql to install however when i run phpMyAdmin i get this error


Error

MySQL said:  <http://dev.mysql.com/doc/mysql/en/Error-returns.html>
Documentation 

#2002 - The server is not responding (or the local MySQL server's socket is
not correctly configured) 

Any help is appreciated.

-- 
Joseph Crawford Jr.
Zend Certified Engineer
Codebowl Solutions, Inc.
http://www.codebowl.com/
Blog: http://www.josephcrawford.com/
1-802-671-2021
codebowl at gmail.com 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20060922/c582ffe2/attachment.html>


More information about the talk mailing list