NYCPHP Meetup

NYPHP.org

[nycphp-talk] MySQL reports that port 3306 is not free.

Daniel Convissor danielc at analysisandsolutions.com
Wed May 5 16:24:05 EDT 2004


Hi Tim:

On Wed, May 05, 2004 at 04:09:40PM -0400, Tim Gales wrote:
> 
> when I run msqld_safe &
> 
> it says:
> "Starting mysqld daemon with databases from /usr/local/mysql/data 040505
> 15:57:51  mysqld ended" 
> 
> jobs says: "jobs
> [1]+  Stopped(SIGTSTP)        mysqld_safe  (wd: ../bin/mysqld_safe)
> [2]-  Done                    ./bin/mysqld_safe

It looks like MySQL is already running.  What's the output of the 
following command (assuming your OS has sockstat)

   sockstat -4 | grep -E (mysql|3306)

and/or

   ps | grep mysql

--Dan

-- 
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
            data intensive web and database programming
                http://www.AnalysisAndSolutions.com/
 4015 7th Ave #4, Brooklyn NY 11232  v: 718-854-0335 f: 718-854-0409



More information about the talk mailing list