stscanlan,

Saturday, February 02, 2002, 5:05:38 AM, you wrote:

s> I keep getting a port occupied error after doing a default RPM install for 
s> MySQL. I have used it without incident on Windows and was surprised by the
s> problems. I don't have anything running on port 3306, but it won't start, and 
s> gives me an error. When I type in mysqld it gives me the same error.

Look at: http://www.mysql.com/doc/S/t/Starting_server.html

s> s>How can I reinstall it?

You should do: rpm -qa | grep -i mysql
to find all MySQL packages.

Then you shuold erase each by issuing a command:
     rpm --uninstall package_name

After that you can install MySQL again

s> Thanks.




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to