1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to download phpmyadmin with Apache on Windows with MySQL

Discussion in 'HTML & Website Design' started by Yshua, Oct 9, 2011.

  1. #1
    Am Reading the book, PHP & MySQL Web Development for Dummies, and it says to download phpmyadmim from www.phpmyadmin.net. Saved the download and was unable to open or unzip the file. Any advice would be much appreciated!
     
    Yshua, Oct 9, 2011 IP
  2. Mr.AD

    Mr.AD Member

    Messages:
    89
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    41
    #2
    You can use All In One with XAMPP (free - Apache/PHP+phpMyAdmin/MySql included).
     
    Mr.AD, Oct 9, 2011 IP
  3. you-me

    you-me Peon

    Messages:
    67
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    search wamp server on google to get whole pack.
     
    you-me, Oct 10, 2011 IP
  4. AtomLee

    AtomLee Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #4
    Try unzipping it with 7-Zip or as stated above try using Wamp or XAMPP. Of course in the long run it's better to get the experience of being able to install and configure it yourself so it's well worth keeping at it.
     
    AtomLee, Oct 11, 2011 IP
  5. workingsmart

    workingsmart Well-Known Member

    Messages:
    411
    Likes Received:
    12
    Best Answers:
    9
    Trophy Points:
    120
    #5
    That is a great package.... XAMPP comes in handy... :)
     
    workingsmart, Oct 11, 2011 IP
  6. AliceWonder

    AliceWonder Peon

    Messages:
    41
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Be careful with phpMyAdmin.

    It has a history of exploits, but even if its code base really is cleaned up, for it to really work it requires you have a database user with create and drop privileges that can connect from a web app, and that's dangerous.

    I understand it can be a beneficial tool while learning DB admin but it really is not a good idea to have a DB user with those kind of privileges that can connect from a web app. Such powerful DB users should only be allowed to connect from from shell of host the DB is running on.

    If you want to run it, protect it by using .htpasswd or equivalent to require server level authentication to do anything with it (preferably over SSL).
     
    AliceWonder, Oct 11, 2011 IP
  7. woody allen

    woody allen Peon

    Messages:
    263
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Getting everything properly configured can take 20-30 minutes, so make sure you have enough time set aside before beginning the installation.
     
    woody allen, Oct 12, 2011 IP
  8. maxaquin

    maxaquin Greenhorn

    Messages:
    69
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #8
    Download XAMPP or WAMP for windows. That the easiest thing. U don't even need that book to install this.
     
    maxaquin, Oct 13, 2011 IP