LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem with mysql (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-mysql-6592/)

garorag 09-16-2001 01:33 PM

problem with mysql
 
i have recently installed mysql
when i run mysqld in terminal
the following occurs


can't start the server: bind on tcp/ip port: address already in use
do you have already another mysql server running on port :3306 ?

mysqld:shut down complete

please help me

jeremy 09-16-2001 04:12 PM

Sounds like either mysqld is already started or you have some other service started on port 3306. Try typing "netstat -avp --inet | grep mysql". What is listed under PID/Program name?


All times are GMT -5. The time now is 02:52 AM.