PDA

View Full Version : Xampp & mysql


Scotty13
Mar 21, 2010, 06:07 AM
I downloaded XAMPP for Windows, I'm running Windows7.


I went into FireFox browser and typed "localhost" & just have a blank screen. The XAMPP home page doesn't appear.

I go to Advanced System Settings, click on Environment Variables to edit "Path" and I have this...

C:\Program Files (x86)\PHP\;C:\Program Files (x86)\ActiveState Komodo Edit 5\;%CommonProgramFiles%\Microsoft Shared\Windows Live;%SystemRoot%\system32;%SystemRoot%;%SystemRoo t%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowe rShell\v1.0\;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\MySQL\MySQL Server 5.1\bin;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\MySQL\MySQL Server 5.0\bin\


They want me to add \;C:\XAMPP\mysql\bin. To the end of the "path"


It pretty much has it in there already and it didn't work.


If I leave it and don't edit the "path" and type "mysql" after C:\users\scotty> in the command line.


My response is... mysql is not recognized as an internal or external command.


Please Help,

Scotty

InfoJunkie4Life
Mar 23, 2010, 02:59 PM
go to command line and type path=%path%;C:\XAMPP\mysql\bin and try that. Next try renaming the index.php file in htdocs folder to something else. Sometimes it will try to display the PHP before the HTM.