Complete, Concrete, Concise » Entries tagged with "1.7.3"
Deleting a MySql Database Under XAMPP
This tutorial assumes that you have XAMPP 1.7.3 installed. The procedure should be the same for other versions of XAMPP. A XAMPP installation procedure for Windows XP can be found here. Click on images for full sized versions. (1) Enter http://localhost/phpmyadmin into your browser’s URL field. This will bring you to the phpmyadmin main page. (2) Click on the Databases tab. This will bring you to a page listing all your databases. (3) Select the databases you wish to drop by clicking on the checkbox next to them. Then click on the drop icon located below the databases cdcol is the cd collection sample database that comes with XAMPP – it is safe to delete, if you like, just be WARNED that the application will no longer work. information_schema is a necessary database for XAMPP … Read entire article »
Filed under: Web Tools
Installing XAMPP – Apache Server, MySql, and PHP
These instructions are for installing XAMPP 1.7.3 on Windows XP, Service Pack 3. It should work for other configurations as well. XAMPP 1.7.4 (released in January 2011). I had no problem with the install and most things work just fine, however, there are many little things that require “expert” tinkering to get it working right. Because of this, I cannot recommend it to someone just looking for a straightforward install with minimal tinkering. See also this discussion thread at Apache Friends which covers in more detail the various issues. XAMPP 1.7.7 (released in Septemeber 2011) is the latest version. I had no problem with the install and most things work just fine, however, there are many little things that require “expert” tinkering to get it working right (it is much stricter on … Read entire article »
Filed under: Web Tools
Recent Comments