From: Date: March 3 2007 5:34pm Subject: Re: Can't Bind to Port List-Archive: http://lists.mysql.com/mysql/205379 Message-Id: <100F7F18-C97D-4183-AA0A-0782FF876716@comhem.se> MIME-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit On 3 mar 2007, at 15.31, Drew Jenkins wrote: > ----- Original Message ---- > From: ed > To: Drew Jenkins > 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