List:General Discussion« Previous MessageNext Message »
From:Tommy Nordgren Date:March 3 2007 4:34pm
Subject:Re: Can't Bind to Port
View as plain text  
On 3 mar 2007, at 15.31, Drew Jenkins wrote:

> ----- Original Message ----
> From: ed <etharp@stripped>
> To: Drew Jenkins <drewjenkinsjr@stripped>
> Sent: Saturday, March 3, 2007 10:24:54 AM
> Subject: Re: Can't Bind to Port
>
>> be root/superuser;
>> try it as "find / -name mysql" and then, (as in 2nd) send they  
>> instances
>> of mysql that you do not want to /dev/null
>> this assumes a *nix not MS WIndows install, I do believe...
>
> # find / -name mysql
> /usr/local/bin/mysql
> /usr/local/include/mysql
> /usr/local/lib/mysql
> /usr/local/libdata/ldconfig/mysql
> /usr/local/share/mysql
> /usr/backup/usr/local/include/mysql
> /var/db/mysql
> /var/db/mysql/mysql
>
> I believe I want all of those ;)
> TIA,
> Drew
>
	There is no need to be superuser to run find. But there can be problems
if there is another find command earlier in the PATH, than the  
standard unix find utility.
Try running :
/usr/bin/find / -name 'mysqld'  2>/dev/null

This will show if you have multiple instances of the mysqld server  
daemon on your system.
the syntax 2>/dev/null
redirects standard error to /dev/null,
skipping error messages about unaccessible directories
----
Kine dies, Kinfolk dies, and thus at last yourself
This I know that never dies, how a dead mans deeds are deemed. --  
Elder edda
Tommy Nordgren
tommy.nordgren@stripped



Thread
Can't Bind to PortDrew Jenkins2 Mar
  • Re: Can't Bind to PortBorokov Smith2 Mar
Re: Can't Bind to PortDrew Jenkins2 Mar
  • Re: Can't Bind to PortChristophe Gregoir3 Mar
Re: Can't Bind to PortDrew Jenkins3 Mar
  • Re: Can't Bind to PortTommy Nordgren3 Mar
Re: Can't Bind to PortDrew Jenkins3 Mar
  • Re: Can't Bind to PortTommy Nordgren3 Mar
Re: Can't Bind to PortDrew Jenkins3 Mar
Re: Can't Bind to PortDrew Jenkins3 Mar
  • Re: Can't Bind to PortTommy Nordgren3 Mar
Re: Can't Bind to PortDrew Jenkins3 Mar
Re: Can't Bind to PortDrew Jenkins3 Mar
  • Re: [MySQL] Re: Can't Bind to PortAshley M. Kirchner3 Mar
Re: Can't Bind to PortDrew Jenkins3 Mar
Re: Can't Bind to PortDrew Jenkins3 Mar
Re: Can't Bind to PortDrew Jenkins3 Mar
Re: Can't Bind to PortDrew Jenkins3 Mar
Re: Can't Bind to PortDrew Jenkins3 Mar
Re: Can't Bind to PortDrew Jenkins3 Mar
Re: [MySQL] Re: Can't Bind to PortDrew Jenkins3 Mar