Sleipnirx86 Posted August 11, 2010 Share Posted August 11, 2010 Hi there. I am really having some problems getting my system setup for local development. I really want to use Apache, PHP 5.3 and PHPMyAdmin. I seem to do ok installing the Apache server and getting PHP linked up and running scripts. The problem is I am not finding very good sites with information about installing MYADMIN and also the info I am finding is about older versions of PHP and also Apache. If someone would not mind helping me out I would REALLY appreciate your help. Even if you know of a great link to info about this. Thank you very much in advance. Quote Link to comment Share on other sites More sharing options...
trq Posted August 11, 2010 Share Posted August 11, 2010 You might start by telling us what OS you are using. Quote Link to comment Share on other sites More sharing options...
Sleipnirx86 Posted August 11, 2010 Author Share Posted August 11, 2010 Duh, im so sorry. MS Windows XP Home SP2. Quote Link to comment Share on other sites More sharing options...
Sleipnirx86 Posted August 11, 2010 Author Share Posted August 11, 2010 Duh, im so sorry. MS Windows XP Home SP2. I should also add that I am also trying to use mysql-5.1.49, community server. Thanks! Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted August 11, 2010 Share Posted August 11, 2010 phpMyAdmin doesn't require any configuration in its default state, just download phpMyAdmin (zip) from phpmyadmin.net. Create a new folder called phpmyadmin within Apaches htdocs folder (I think the default path is C:/Program Files/Apache Group/Apache2/htdocs). Now extract the zip to the folder you just created. Next rename the file config.sample.inc.php. to config.inc.php. Now open http://localhost/phpmyadmin and away you go. PHPMyAdmins configuration file is the config.inc.php script just edit it as necessary. Documentation is available at phpmyadmin.net. Quote Link to comment Share on other sites More sharing options...
Sleipnirx86 Posted August 11, 2010 Author Share Posted August 11, 2010 You know, I was getting an error about logs and then an error about the mysqli extension. Well, I installed WAMP, I have to say that was pretty easy, and I am sorry to bother you with my noob questions. WAMP saved the day! Thanks guys. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.