genuinek 0 Report post Posted June 15, 2007 I just downloaded php, mySQL, and apache web server. I plan on running and testing a website on my local computer for now. I would like to know how to install php MyAdmin on my machine and how to configure it. thx:) Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted June 15, 2007 Forget about the individual installs, They can be quite challenging to install.XAMPP is a oneclick installer which gives you Apache, MySql, PHP, PhpMyadmin and several other packages which are pre-configured. I would recommend XAMPP for your local machine. Share this post Link to post Share on other sites
genuinek 0 Report post Posted June 15, 2007 I never knew there was an all in one package like that. Thanks for the advice. Share this post Link to post Share on other sites
rvalkass 5 Report post Posted June 15, 2007 Forget about the individual installs, They can be quite challenging to install.Run 3 graphical installers like any other applications - one each for Apache, PHP and MySQL. Each one detects eachother and they all work together straight away. I always wondered what the appeal of things like XAMPP was... Anyway, PHPMyAdmin can be installed relatively easily by extracting all the files to the htdocs folder in Apache's directory. I would recommend creating a separate folder for PHPMyAdmin (such as htdocs/phpmyadmin/). Then open the config.inc.php file and set all the settings (address, username and password, etc...). Open your browser and it should run If not there are plenty of guides on the 'net. Share this post Link to post Share on other sites