Results 1 to 5 of 5
I have just installed the server package of RedHat Linux 7.1.
I am trying to find mySQL on the system, but I can't, I have tried upgrading the system in ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-18-2003 #1Just Joined!
- Join Date
- Dec 2003
- Posts
- 6
mySQL...Installed or not?
I have just installed the server package of RedHat Linux 7.1.
I am trying to find mySQL on the system, but I can't, I have tried upgrading the system in order to reinstall mySQL but can't coz the stupid PC wont run the upgrade package!
How do I find out whether or not mySQL is installed? oh, and does RedHat have mySQL on it, or not?
Thanks for any help...
Tyrone
- 12-18-2003 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
open a terminal, and type "mysql". if you get command not found, its more than likely not installed.
If this is the case, go over to mysql.com where you can download mysql.
Jason
- 12-18-2003 #3Just Joined!
- Join Date
- Dec 2003
- Posts
- 6
I'm using RedHat as a testing server, but ihavent got the internet on it, however i do have the internet on my windows xp system, and that is linked to it, i spent 28 hours setting the damn thing up ! anyway, can i just map a drive in windows, and download the file in to the linux drive(s).
Oh, and what dir should i install it to?
Thanks for any help
Tyrone
- 12-18-2003 #4
If you are dualbooting, you can download the mysql package to your ntfs harddisk and then mount it under Redhat. You could check this thread about that matter:
http://www.this_site_does_not_exist/...076&highlight=
Good luck
- 12-19-2003 #5Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
Mysql is shipped by default in redhats dsitributions, check your cd:s for mysql-*.rpm, also check you rpm-database and see if you have any mysql-package installed.
As root...
Also why redhat 7.1, why not 7.3 or redhat 9??Code:rpm -qa | grep mysql


Reply With Quote
