[Tut] How to Install phpMyAdmin on a Windows? - Printable Version +- Sick Gaming (https://www.sickgaming.net) +-- Forum: Programming (https://www.sickgaming.net/forum-76.html) +--- Forum: PHP Development (https://www.sickgaming.net/forum-82.html) +--- Thread: [Tut] How to Install phpMyAdmin on a Windows? (/thread-100693.html) |
[Tut] How to Install phpMyAdmin on a Windows? - xSicKxBot - 02-03-2023 How to Install phpMyAdmin on a Windows? <div style="margin: 5px 5% 10px 5%;"><img src="https://www.sickgaming.net/blog/wp-content/uploads/2023/02/how-to-install-phpmyadmin-on-a-windows.jpg" width="550" height="448" title="" alt="" /></div><div><div id="tutorial" readability="39.534813319879"> <div class="modified-on" readability="7.1304347826087"> by <a href="https://phppot.com/about/">Vincy</a>. Last modified on February 2nd, 2023.</div> <p>Installing phpMyAdmin on a Windows computer will vary based on the existing environment. This article will tell the step-by-step process of installing phpMyAdmin using the following methods.</p> <ol> <li>Manual installation on top of the existing Apache server.</li> <li>Installation via WAMP package.</li> </ol> <p>Method 2 is an easier one, which will automatically install as part of the WAMP package. Not only WAMP but all packages like XAMPP and LAMP also have the advantage of reducing the effort.</p> <p>In a previous tutorial, we have seen <a href="https://phppot.com/php/xampp-installation-in-windows-7/">how to install XAMPP</a>. It helped to set up an Apache, PHP, and MySQL database server environment on a server.</p> <p><img loading="lazy" class="alignnone size-large wp-image-20400" src="https://phppot.com/wp-content/uploads/2023/01/install-phpmyadmin-windows-550x448.jpg" alt="install phpmyadmin windows" width="550" height="448" srcset="https://phppot.com/wp-content/uploads/2023/01/install-phpmyadmin-windows-550x448.jpg 550w, https://phppot.com/wp-content/uploads/2023/01/install-phpmyadmin-windows-300x244.jpg 300w, https://phppot.com/wp-content/uploads/2023/01/install-phpmyadmin-windows.jpg 718w" sizes="(max-width: 550px) 100vw, 550px"></p> <h2>Manual installation on top of the existing Apache server</h2> <p>We have seen the advantages of phpMyAdmin managing databases through a web interface.</p> <p><strong>Prerequisites</strong></p> <p>Make sure that you have installed the following before start installing phpMyAdmin.</p> <ul> <li>Apache server</li> <li>MySQL server</li> <li>PHP</li> </ul> <p>Then, follow the below steps.</p> <ul> <li>Step 1: <a href="https://www.phpmyadmin.net/" target="_blank" rel="noopener">Download the phpMyAdmin</a> project from its official website. <span data-preserver-spaces="true">Download the zip file to your browser by clicking the required downloadable.</span></li> <li>Step 2: Unzip the downloaded zip and copy the phpMyAdmin project.</li> <li>Step 3: <span data-preserver-spaces="true">Move the phpMyAdmin extracted folder to the Apache web root, the </span><em><span data-preserver-spaces="true">htdocs</span></em><span data-preserver-spaces="true"> directory.</span></li> <li>Step 4: Open the <a href="https://phppot.com/php/php-ini-file/">php.ini file</a> found in the PHP config root. Make sure that the file has administrator permission to edit the config.</li> <li>Step 5: Uncomment the following extensions to enable them. <ul> <li>php_mbstring.dll</li> <li>php_mysqli.dll</li> </ul> </li> <li>Step 6: Restart Apache and MySQL servers.</li> <li>Step 7: Run the phpMyAdmin application as same as you run other PHP applications on the Apache web root. <ul> <li>An example web address is http://localhost/phpmyadmin/. It will show the PHPMyAdmin home by listing all the databases.</li> </ul> </li> </ul> <h2>Installation via WAMP package</h2> <p>We have seen a seven-step process of installing phpMyAdmin manually. Now, let’s see how the WAMP package provides an easy way of achieving this.</p> <ul> <li>Step 1: <a href="https://www.wampserver.com/en/" target="_blank" rel="noopener">Choose the suitable WAMP installer</a> and click “download directly” -> “Download Latest Version”</li> <li>Step 2: Double-click the downloaded WAMP installer and proceed with the wizards asking the following. <ul> <li>Choose language.</li> <li>Accept the agreement.</li> <li>Accept or configure the default browser.</li> <li>Accept or Configure the default editor.</li> </ul> </li> <li>Step 3: Click “Finish” when the wizard prompts.</li> <li>Step 4: Open the WAMP tool and choose phpMyAdmin from the menu.</li> </ul> <p>Thus, the phpMyAdmin is installed simply by this method.</p> <h2>Conclusion</h2> <p>Once installed, the phpMyAdmin will help manage the database easily via a web application interface. Previously, we saw steps to use the frequently used tools of this application. E.g., <a href="https://phppot.com/mysql/phpmyadmin-create-database/">How to create a database using phpMyAdmin?</a></p> <p>This application helps connect a local or remote database by logging in via the landing login panel.</p> <p> <!-- #comments --> </p> <div class="related-articles"> <h2>Popular Articles</h2> </p></div> <p> <a href="https://phppot.com/mysql/install-phpmyadmin-windows/#top" class="top">↑ Back to Top</a> </p> </p></div> <div id="social-icon"> <p>Share this page</p> </p></div> </div> https://www.sickgaming.net/blog/2023/02/02/how-to-install-phpmyadmin-on-a-windows/ |