LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Uninstall MySQL problems (https://www.linuxquestions.org/questions/fedora-35/uninstall-mysql-problems-423173/)

jkpalmer 03-09-2006 09:41 AM

Uninstall MySQL problems
 
I'm working on learning Linux and using MySQL to develop some real simple webpages and get them to serve from my home network.

I'm VERY new to Linux.

I did not install MySQL when I installed Fedora Core 4.

I'm trying to install MySQL 5.0

I downloaded the following MySQL files from mysql.com and verified sums

MySQL-server-standard-5.0.18-0.rhel3.i386.rpm
MySQL-client-standard-5.0.18-0.rhel3.i386.rpm
mysql-administrator-1.1.6-1.i386.rpm
mysql-query-browser-1.1.18-1.i386.rpm

I think that I have "installed" the server and mysql-administrator, but I can't seem to get past connecting (failing to) to MySQL. The MySQL service starts on boot but can't seem to find the right userid and password to use to connect

Could someone identify what pacakages I really do and don't need from the list above?

I think that I need start over (from scratch) and remove everything that I installed and try again, but if I try to use rpm to remove mysql, it doesn't work.

I have also tried to install mysql using the Fedora config, but when I insert CD 1, it keeps asking for CD 1. This is the same CD that I used to install Core4.

Lots of questions/issues, I know.

Maybe I should start over and reinstall Core4 and then go from there?

Help GREATLY appreciated.

Regards,

-jP

dugas 03-10-2006 12:14 AM

have you set up the initial privileges for the root user?
mysqladmin -u root password new_password

baddah 03-10-2006 07:22 AM

to check what you installed try something like , rpm -qa *MySQL* ,to check if you installed MySQL.if you want to uninstall the packages do rpm -e <filename>.that should uninstall it.


All times are GMT -5. The time now is 03:56 AM.