How To Install Your Own Web Server - Installing phpMyAdminJune 12th, 2008 · 15 CommentsThis is finally the last post of this series on How To Install Your Own Web Server. In my last post I’ve shown you how to setup a virtual host and now we’re going to use this to install phpMyAdmin. Of course, the purpose of this tutorial is not really to install phpMyAdmin but it’s rather to show you how to host multiple websites sharing a single IP address. Most of the time you will make use of a web hosting control panel but it’s always good to know what’s going on behind the scenes if you ever need to do some troubleshooting. PhpMyAdmin is an open source application developed in PHP (of course!) to help you manage your MySQL databases from your web browser.
How To Install phpMyAdmin
This is going to be quite easy and you could use this very same tutorial to install phpMyAdmin on any web hosting account.
Isn’t it the greatest day of your life? Okay maybe not. But the point is, you now need to create a new virtual host each time you want to add a new website to your web server. Click here to subscribe to our RSS feed or to receive email updates. Related PostsPosted in Apache · Misc · MySQL · PHP · Tutorials · Windows Server | 15 Comments |
Popular PostsLatest PostsLatest Deals & Coupons
Recent Comments
Hosting ReviewsRecent WebmastersTag Cloud
1and1
apache
bluehost
centos
cheap web hosting
control panel
coupon code
coupons
cpanel
dreamhost
godaddy
godaddy vs 1and1
green web hosting
hostdime
hostgator
hostpapa
iis
inmotion hosting
knownhost
linux
lunarpages
mysql
openx
php
reseller hosting
security
shared hosting
system administration
vps
web hosting
web hosting comparison
Web Hosting Comparisons
whm
windows
windows 2008
|
|||||||||
15 responses so far ↓
1. Response by : david on Jun 16, 2008 at 7:30 pm
This doesn’t work at all.
As with all other tutorials it ends up with me trying to go to localhost/phpmyadmin/ and getting a “website declined to show page”
you are leaving out some crucial step
how about the fact that we need to make manual changes to the config.inc.php file?
forget to mention that for any particular reason?
2. Response by : Stephane Brault on Jun 17, 2008 at 5:08 am
Hi David,
I’ve made a little video that shows you how I’ve done it:
http://www.youtube.com/watch?v=doMnOzLLY9E
Hope this helps.
The only difference in the video is that I extract files to c:\tmp before moving them to c:\www\phpmyadmin
Of course this is just a quick and dirty guide to get phpMyAdmin working. This is a tutorial to help you setup your own web server and not an advanced course on phpMyAdmin. See related posts for the previous steps.
For more info on phpMyAdmin configuration settings, visit http://www.phpmyadmin.net
Best regards,
Stephane
3. Response by : Stephane Brault on Jun 17, 2008 at 5:51 am
I realize that the YouTube video format is kinda small so here’s the video in 640×480:
http://www.thewebhostinghero.com/videos/how-to-install-phpmyadmin.avi
4. Response by : Zak on Jun 17, 2008 at 7:24 am
it worked for me
5. Response by : damion on Jul 11, 2008 at 4:11 pm
well i cant even fucking run the god damn setup!!!
6. Response by : Stephane Brault on Jul 11, 2008 at 4:17 pm
Damion I’d be happy to help you out if you could give more details of what went wrong.
7. Response by : Noobie on Jul 13, 2008 at 11:31 pm
Just a small sidenote for other noobs. In step nine, make sure the config directory you create has writable permissions or the SAVE button will be greyed out and unusable.
8. Response by : Stephane Brault on Jul 14, 2008 at 8:35 am
Thank you for the comment Noobie, this is absolutely true. By default, the folder was writeable on Windows so I forgot to mention it.
9. Response by : abhinav on Sep 3, 2008 at 9:13 am
hey man i am getting this error on my link bar i donnot know how to solve it
“http://localhost/error.php?lang=en&dir=ltr&type=Error&error=Cannot+load+
[a%40http%3A%2F%2Fphp.net%2Fmysql%40Documentation]
[em]mysql[%2Fem][%2Fa]+extension.+Please+check+your+PHP+configuration.+-
+[a%40.%2FDocumentation.html%23faqmysql%40documentation]Documentation[%2Fa]”
and this error also
“Cannot load mysql extension. Please check your PHP configuration. - Documentation”
kindly guide me up to solve this error….please i am waiting for this…..
10. Response by : Stephane Brault on Sep 3, 2008 at 9:20 am
Are you running Apache on Linux or Windows?
11. Response by : abhinav on Sep 3, 2008 at 9:58 am
apache on windows server 2003
12. Response by : Stephane Brault on Sep 3, 2008 at 10:37 am
Try these:
1. Make sure the mysql extension is loaded in php.ini
2. Use a phpinfo() page to make sure the MySQL extension is loaded.
3. Copy c:\program files\mysql\mysql server 5.0\bin\libmysql.dll to c:\windows\system32
Don’t forget to restart Apache after every changes.
13. Response by : abhinav on Sep 3, 2008 at 11:17 am
after this even its not working dear…..beside this every thing is working fine Apache, PHP…. even MySQL too working fine but the phpmyadmin is not working…..[:(]
14. Response by : abhinav on Sep 3, 2008 at 11:57 am
hey brother i got it solved………..but thanks for the suggestions….thanks a lot [:)]
15. Response by : Stephane Brault on Sep 3, 2008 at 12:13 pm
How did you finally solve it?
Leave a Comment