Results 1 to 5 of 5

Thread: My own web server

  1. #1
    Marmoset Warrior
    Join Date
    Feb 2004
    Location
    Hastings
    Posts
    1,390
    Thanks
    3
    Thanked
    0 times in 0 posts

    My own web server

    I have been following this guide http://www.webdevinfo.com/articles/41/1 to creating your own web server. Everything has gone fine up until page 6, the final page and I found there was nothing there, it is supposed to tell me how to install PHPMyAdmin. Could anyone tell me how to install it successfully or point me to a guide about setting up your own webserver, one that works completley?
    Cheers

  2. #2
    Sublime HEXUS.net
    Join Date
    Jul 2003
    Location
    The Void.. Floating
    Posts
    11,819
    Thanks
    213
    Thanked
    233 times in 160 posts
    • Stoo's system
      • Motherboard:
      • Mac Pro
      • CPU:
      • 2*Xeon 5450 @ 2.8GHz, 12MB Cache
      • Memory:
      • 32GB 1600MHz FBDIMM
      • Storage:
      • ~ 2.5TB + 4TB external array
      • Graphics card(s):
      • ATI Radeon HD 4870
      • Case:
      • Mac Pro
      • Operating System:
      • OS X 10.7
      • Monitor(s):
      • 24" Samsung 244T Black
      • Internet:
      • Zen Max Pro
    http://www.phpmyadmin.net/documentation/ - worked for me

    silly question, but have you properly installed php and mysql yet?
    (\__/)
    (='.'=)
    (")_(")

  3. #3
    Marmoset Warrior
    Join Date
    Feb 2004
    Location
    Hastings
    Posts
    1,390
    Thanks
    3
    Thanked
    0 times in 0 posts
    Quote Originally Posted by Stoo
    http://www.phpmyadmin.net/documentation/ - worked for me

    silly question, but have you properly installed php and mysql yet?
    Yes, silly question. Installed both properly, I know they both work (well PHP works, I have the MySQL admin thing running so that must work aswell. I also got Apache server running aswell.

    I'll take a look at that and tell ya if it goes ok, cheers chappy

  4. #4
    Marmoset Warrior
    Join Date
    Feb 2004
    Location
    Hastings
    Posts
    1,390
    Thanks
    3
    Thanked
    0 times in 0 posts
    Open the file config.inc.php in your favorite editor and change the values for host, user, password and authentication mode to fit your environment. Here, "host" means the MySQL server. Also insert the correct value for $cfg['PmaAbsoluteUri']. Have a look at Configuration section for an explanation of all values.
    That confuses me.
    I just found the following in the config.inc.php
    Code:
    ['host']          = 'localhost';
    So doesn't that mean it is already set (as I am running as localhost)

  5. #5
    Commander Keen
    Join Date
    Nov 2003
    Location
    217.27.240.214
    Posts
    624
    Thanks
    0
    Thanked
    0 times in 0 posts
    why not look for apache triad here. This should auto setup php.. apache and mysql. I know you already have done this by hand. Which is admirable but the install will not be as standard as this one is.

    Then I downloaded phpMyAdmin. unrared it, and just put the phpMyAdmin directory into the correct directory for my webserver. So that I can access it on http://localhost/phpMyAdmin... I think that is all I did to get phpMyAdmin going. A very useful tool indeed...

    good luck !

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Win2003 Server Enterprise & Standard.
    By retroborg in forum Networking and Broadband
    Replies: 6
    Last Post: 04-04-2004, 08:58 PM
  2. Renting a games server
    By Steve in forum Gaming
    Replies: 0
    Last Post: 07-01-2004, 02:18 PM
  3. Web Server issue...?
    By joshwa in forum Software
    Replies: 13
    Last Post: 29-11-2003, 12:00 AM
  4. 24/7 dogfight server up
    By Hat in forum PC
    Replies: 13
    Last Post: 26-10-2003, 11:13 PM
  5. gameing and win 2k3 server?
    By ZEROKOOL in forum PC Hardware and Components
    Replies: 9
    Last Post: 08-09-2003, 10:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •