I have some problems to access phpMyAdmin (Access denied) so I think that my XAMPP was not installed correctly. I want to uninstall this programm but I don't know how. I don't find the uninstall file in my C:/xampp, I don't find the programm in CCleaner, and I don't find the programm in the uninstall panel of Windows. It seems that the programm doesn't exist but I can run it and access localhost. So I don't know what to do, please help !
According to Xamp documentation :
If you installed XAMPP using the installer version, please use the Uninstaller. The Uninstaller will delete all XAMPP entries from your registry and it will uninstall some installed services included with XAMPP. We highly recommend that you use the Uninstall program for removing XAMPP installations from the Installer version.Please backup all the data you want to keep before uninstalling XAMPP.
If you installed XAMPP using the ZIP and 7zip versions, shut down all XAMPP servers and exit all panels. If you installed any services, uninstall and shut them down too. Now simply delete the entire folder where XAMPP is installed. There are no registry entries and no environment variables to clean up.
Hope it helps! :)
Related
I installed pgAdmin 4 as part of the postgres installer for MACOS. pgAdmin is now telling me there is a newer version.
However, there is no built in upgrade functionality in pgadmin 4.
Can someone help on this matter?
brew upgrade --cask pgadmin4
Works all the time.
You can reinstall a new pgadmin here:
https://www.pgadmin.org/download/pgadmin-4-macos/
I've installed pgadmin once via homebrew, and everytime I've done brew upgrade and there's been an update its installed it.
I go directly to the pgAdmin download page. Then I install it just like any other Mac program (dragging into the Applications folder).
Be sure to close all connections and shut down the server before installing.
Note: For me, this is in a folder within my Applications folder called "PostgreSQL 11" Not sure if this was by design or a mistake on my part.
When i tried to install xampp in windows 10 64 bit it shows "windows cannotfind -n".
Is it the first time you're installing XAMPP on that machine? If it is, I would suggest to run some cleaning software that searches for unnecessary files and folders, clean them up and then try to install XAMPP again.
I recommend software like:
AdwCleaner (https://toolslib.net/downloads/viewdownload/1-adwcleaner/)
Malwarebytes (https://www.malwarebytes.com/)
CCleaner
Why do I suggest these? I personally use those myself and it often helps solving my problems with installing software.
If you've already installed XAMPP before, uninstall it completely and try to install it again after reboot!
I want to install multiple XAMPP versions.
In the answer from NivF007 to the question how-to-install-multiple-xampp-versions-or-multiple-php-versions-on-mac-os-x-10-7 it is said
Install each instance of XAMPP in it's own folder
But how can you do this? (Because you can't change the installation directory)
And when you rename the XAMPP folder after installing the manager doesn't work.
Use the portable versions, there you can chnage the path:
https://sourceforge.net/projects/xampp/files/
I'm having the hardest time installing XAMPP on C:\Development\xampp on Windows 10. I would like my C drive to be as clean as possible so I'm moving as many dev tools to the Development folder as I can to achieve this. I get an error towards the end of the XAMPP installation about a problem running the post-install step. It then suggests I install Microsoft Visual C++ 2008 Redistributable, which I already have the 2012 version installed. Originally XAMPP was installed on C:\ with no problems.
How do I install XAMPP to the above directory or any directory other than C:\?
Edit:
I have tried installing XAMPP portable and now receive the following error
I'm no longer on Windows so I can't re-test, but as I recall, the easiest way I managed this was to use the portable version of xampp.
Make sure to run the shell setup script so that it recognizes it's location properly.
You can get it from Apache Friends
Or from PortableApps.com
I'm new to running Xampp and Bitnami, but as far I can tell Bitnami provides a 1-click install facility for Wordpress similar to the facility I get on my web host.
Xampp is running and I've installed Bitnami at C:\xampp and can see this under the Applications item on Xampp Admin, but I can't see how to install Wordpress on a new site.
I've tried running the installer again and using path C:\xampp\htdocs\my_new_site and I get an error saying it doesn't contain a valid XAMPP installation. How should I be using Bitnami?
BitNami for XAMPP installs the application you select (WordPress, Drupal and/or Joomla!) in the C:\XAMPP\apps directory here is the step by step guide. If you run the installer and selected WordPress, the files should be placed in c:\XAMPP\apps\wordpress. Currently With the BitNami installer you will be able to install only one WordPress (you can add more instances manually though).