how do I install phpmyadmin on windows server 2012 from scratch












2














how do I install phpmyadmin on windows server 2012 from scratch?? I dont even know where to begin this. I tried but it didn't work out. What else do I need to install in order to make this work? I do have PHP installed and working. But aside from that, what else do I need? Can someone please help??










share|improve this question













migrated from stackoverflow.com Oct 15 '13 at 8:23


This question came from our site for professional and enthusiast programmers.















  • Is this for a production web server?
    – Kinnectus
    Jan 6 '16 at 15:30










  • On what web server software did you install PHP for? Microsoft IIS? Apache? nginx? lighttpd?
    – shrmn
    Feb 8 '16 at 12:46
















2














how do I install phpmyadmin on windows server 2012 from scratch?? I dont even know where to begin this. I tried but it didn't work out. What else do I need to install in order to make this work? I do have PHP installed and working. But aside from that, what else do I need? Can someone please help??










share|improve this question













migrated from stackoverflow.com Oct 15 '13 at 8:23


This question came from our site for professional and enthusiast programmers.















  • Is this for a production web server?
    – Kinnectus
    Jan 6 '16 at 15:30










  • On what web server software did you install PHP for? Microsoft IIS? Apache? nginx? lighttpd?
    – shrmn
    Feb 8 '16 at 12:46














2












2








2


1





how do I install phpmyadmin on windows server 2012 from scratch?? I dont even know where to begin this. I tried but it didn't work out. What else do I need to install in order to make this work? I do have PHP installed and working. But aside from that, what else do I need? Can someone please help??










share|improve this question













how do I install phpmyadmin on windows server 2012 from scratch?? I dont even know where to begin this. I tried but it didn't work out. What else do I need to install in order to make this work? I do have PHP installed and working. But aside from that, what else do I need? Can someone please help??







phpmyadmin installation windows-server-2012






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Oct 15 '13 at 1:08







Eric Pierce











migrated from stackoverflow.com Oct 15 '13 at 8:23


This question came from our site for professional and enthusiast programmers.






migrated from stackoverflow.com Oct 15 '13 at 8:23


This question came from our site for professional and enthusiast programmers.














  • Is this for a production web server?
    – Kinnectus
    Jan 6 '16 at 15:30










  • On what web server software did you install PHP for? Microsoft IIS? Apache? nginx? lighttpd?
    – shrmn
    Feb 8 '16 at 12:46


















  • Is this for a production web server?
    – Kinnectus
    Jan 6 '16 at 15:30










  • On what web server software did you install PHP for? Microsoft IIS? Apache? nginx? lighttpd?
    – shrmn
    Feb 8 '16 at 12:46
















Is this for a production web server?
– Kinnectus
Jan 6 '16 at 15:30




Is this for a production web server?
– Kinnectus
Jan 6 '16 at 15:30












On what web server software did you install PHP for? Microsoft IIS? Apache? nginx? lighttpd?
– shrmn
Feb 8 '16 at 12:46




On what web server software did you install PHP for? Microsoft IIS? Apache? nginx? lighttpd?
– shrmn
Feb 8 '16 at 12:46










1 Answer
1






active

oldest

votes


















0














maybe I will forget something, but that's not a "easy-step-by-step-procedure"



STEP 1: you'll need a webserver!




  • First of all, Install IIS on your server using "Server Manager" (or apache, if you prefer)

  • Second (or maybe first?) get/install a MySQL server to administer

  • configure IIS. Well, that's quite complicate to explain here!

  • Test IIS (http:// localhost should show you a welcome screen)


STEP 2: PHP!




  • Download the last version of PHP (5.x) from here: http://windows.php.net/download/#php-5.5

  • Install PHP on IIS (as CGI, if you don't know the difference between the various possibilities)

  • Test PHP creating a phpinfo() page


STEP 3: PhpMyAdmin




  • Download it from here: http://www.phpmyadmin.net/home_page/downloads.php

  • extract the archive in the wwwroot folder (or wherever you want to create your website or folder); in a subfolder maybe? let's call that subfolder "phpma"

  • in this "phpma" folder, create a config folder

  • copy the config.sample.inc.php file from "phpma" to the "config" folder and rename it to "config.inc.php"

  • give the WRITE permission on this file to the user that will execute IIS

  • open your webbrowser to http:// server/phpma/setup/

  • follow the procedure






share|improve this answer





















  • Is there a step missing here? How would IIS know where to point http://server/phpma to? Do we need to do something in IIS first before heading to that URL?
    – J86
    Feb 12 '16 at 13:10






  • 1




    No, if you create the phpma folder in the iis root folder; (Default: c:ìnetpubwwwroot)
    – AndreaCi
    Feb 14 '16 at 14:18











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f660090%2fhow-do-i-install-phpmyadmin-on-windows-server-2012-from-scratch%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown
























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














maybe I will forget something, but that's not a "easy-step-by-step-procedure"



STEP 1: you'll need a webserver!




  • First of all, Install IIS on your server using "Server Manager" (or apache, if you prefer)

  • Second (or maybe first?) get/install a MySQL server to administer

  • configure IIS. Well, that's quite complicate to explain here!

  • Test IIS (http:// localhost should show you a welcome screen)


STEP 2: PHP!




  • Download the last version of PHP (5.x) from here: http://windows.php.net/download/#php-5.5

  • Install PHP on IIS (as CGI, if you don't know the difference between the various possibilities)

  • Test PHP creating a phpinfo() page


STEP 3: PhpMyAdmin




  • Download it from here: http://www.phpmyadmin.net/home_page/downloads.php

  • extract the archive in the wwwroot folder (or wherever you want to create your website or folder); in a subfolder maybe? let's call that subfolder "phpma"

  • in this "phpma" folder, create a config folder

  • copy the config.sample.inc.php file from "phpma" to the "config" folder and rename it to "config.inc.php"

  • give the WRITE permission on this file to the user that will execute IIS

  • open your webbrowser to http:// server/phpma/setup/

  • follow the procedure






share|improve this answer





















  • Is there a step missing here? How would IIS know where to point http://server/phpma to? Do we need to do something in IIS first before heading to that URL?
    – J86
    Feb 12 '16 at 13:10






  • 1




    No, if you create the phpma folder in the iis root folder; (Default: c:ìnetpubwwwroot)
    – AndreaCi
    Feb 14 '16 at 14:18
















0














maybe I will forget something, but that's not a "easy-step-by-step-procedure"



STEP 1: you'll need a webserver!




  • First of all, Install IIS on your server using "Server Manager" (or apache, if you prefer)

  • Second (or maybe first?) get/install a MySQL server to administer

  • configure IIS. Well, that's quite complicate to explain here!

  • Test IIS (http:// localhost should show you a welcome screen)


STEP 2: PHP!




  • Download the last version of PHP (5.x) from here: http://windows.php.net/download/#php-5.5

  • Install PHP on IIS (as CGI, if you don't know the difference between the various possibilities)

  • Test PHP creating a phpinfo() page


STEP 3: PhpMyAdmin




  • Download it from here: http://www.phpmyadmin.net/home_page/downloads.php

  • extract the archive in the wwwroot folder (or wherever you want to create your website or folder); in a subfolder maybe? let's call that subfolder "phpma"

  • in this "phpma" folder, create a config folder

  • copy the config.sample.inc.php file from "phpma" to the "config" folder and rename it to "config.inc.php"

  • give the WRITE permission on this file to the user that will execute IIS

  • open your webbrowser to http:// server/phpma/setup/

  • follow the procedure






share|improve this answer





















  • Is there a step missing here? How would IIS know where to point http://server/phpma to? Do we need to do something in IIS first before heading to that URL?
    – J86
    Feb 12 '16 at 13:10






  • 1




    No, if you create the phpma folder in the iis root folder; (Default: c:ìnetpubwwwroot)
    – AndreaCi
    Feb 14 '16 at 14:18














0












0








0






maybe I will forget something, but that's not a "easy-step-by-step-procedure"



STEP 1: you'll need a webserver!




  • First of all, Install IIS on your server using "Server Manager" (or apache, if you prefer)

  • Second (or maybe first?) get/install a MySQL server to administer

  • configure IIS. Well, that's quite complicate to explain here!

  • Test IIS (http:// localhost should show you a welcome screen)


STEP 2: PHP!




  • Download the last version of PHP (5.x) from here: http://windows.php.net/download/#php-5.5

  • Install PHP on IIS (as CGI, if you don't know the difference between the various possibilities)

  • Test PHP creating a phpinfo() page


STEP 3: PhpMyAdmin




  • Download it from here: http://www.phpmyadmin.net/home_page/downloads.php

  • extract the archive in the wwwroot folder (or wherever you want to create your website or folder); in a subfolder maybe? let's call that subfolder "phpma"

  • in this "phpma" folder, create a config folder

  • copy the config.sample.inc.php file from "phpma" to the "config" folder and rename it to "config.inc.php"

  • give the WRITE permission on this file to the user that will execute IIS

  • open your webbrowser to http:// server/phpma/setup/

  • follow the procedure






share|improve this answer












maybe I will forget something, but that's not a "easy-step-by-step-procedure"



STEP 1: you'll need a webserver!




  • First of all, Install IIS on your server using "Server Manager" (or apache, if you prefer)

  • Second (or maybe first?) get/install a MySQL server to administer

  • configure IIS. Well, that's quite complicate to explain here!

  • Test IIS (http:// localhost should show you a welcome screen)


STEP 2: PHP!




  • Download the last version of PHP (5.x) from here: http://windows.php.net/download/#php-5.5

  • Install PHP on IIS (as CGI, if you don't know the difference between the various possibilities)

  • Test PHP creating a phpinfo() page


STEP 3: PhpMyAdmin




  • Download it from here: http://www.phpmyadmin.net/home_page/downloads.php

  • extract the archive in the wwwroot folder (or wherever you want to create your website or folder); in a subfolder maybe? let's call that subfolder "phpma"

  • in this "phpma" folder, create a config folder

  • copy the config.sample.inc.php file from "phpma" to the "config" folder and rename it to "config.inc.php"

  • give the WRITE permission on this file to the user that will execute IIS

  • open your webbrowser to http:// server/phpma/setup/

  • follow the procedure







share|improve this answer












share|improve this answer



share|improve this answer










answered Oct 15 '13 at 8:56









AndreaCi

1,2701918




1,2701918












  • Is there a step missing here? How would IIS know where to point http://server/phpma to? Do we need to do something in IIS first before heading to that URL?
    – J86
    Feb 12 '16 at 13:10






  • 1




    No, if you create the phpma folder in the iis root folder; (Default: c:ìnetpubwwwroot)
    – AndreaCi
    Feb 14 '16 at 14:18


















  • Is there a step missing here? How would IIS know where to point http://server/phpma to? Do we need to do something in IIS first before heading to that URL?
    – J86
    Feb 12 '16 at 13:10






  • 1




    No, if you create the phpma folder in the iis root folder; (Default: c:ìnetpubwwwroot)
    – AndreaCi
    Feb 14 '16 at 14:18
















Is there a step missing here? How would IIS know where to point http://server/phpma to? Do we need to do something in IIS first before heading to that URL?
– J86
Feb 12 '16 at 13:10




Is there a step missing here? How would IIS know where to point http://server/phpma to? Do we need to do something in IIS first before heading to that URL?
– J86
Feb 12 '16 at 13:10




1




1




No, if you create the phpma folder in the iis root folder; (Default: c:ìnetpubwwwroot)
– AndreaCi
Feb 14 '16 at 14:18




No, if you create the phpma folder in the iis root folder; (Default: c:ìnetpubwwwroot)
– AndreaCi
Feb 14 '16 at 14:18


















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f660090%2fhow-do-i-install-phpmyadmin-on-windows-server-2012-from-scratch%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

If I really need a card on my start hand, how many mulligans make sense? [duplicate]

Alcedinidae

Can an atomic nucleus contain both particles and antiparticles? [duplicate]