|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
PHP/MySQL Installation Problem?
Hey all,
I recently bought a server, and successfully installed Red Hat 9 on the server. It came with PHP/MySQL and worked perfectly fine. However, when I downloaded and installed a MySQL Red Hat update (.rpm) they both stopped working. Does anyone here know how to uninstall a .rpm installation? Thanks! -influx! |
|
#2
|
|||
|
|||
|
RE: PHP/MySQL Installation Problem?
yup.. to remove an installed RPM:
Code:
rpm -e packagename Although, I would suggest attempting to pinpoint the problem with the package, as removing the package will probably just wipe all instances of it off of the server. Its usually just a configuration issue. |
|
#3
|
|||
|
|||
|
RE: PHP/MySQL Installation Problem?
Hmm, when I try that, it doesn't allow me to uninstall the package because there exist dependents that rely on the installed files. What I am looking to do is to uninstall the current version of MySQL on my server, and to reinstall an older, compatible version in its place. Is there any way to override the dependents check when I try to uninstall the package? Thanks!
-influx |
|
#4
|
|||
|
|||
|
RE: PHP/MySQL Installation Problem?
bump!
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > PHP/MySQL Installation Problem? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|