
Depending on how you have configured your web server, this could be the htdocs or public_html folder.ĭebian’s package repositories include a phpMyAdmin package, but be aware that the configuration file is maintained in /etc/phpmyadmin and may differ in some ways from the official phpMyAdmin documentation. Copy the extracted folder to your local web server's document root. Rename the extracted folder to phpMyAdmin it's easy to reference. Third Party Products: XAMPP, TurnKey Linux LAMP stack, Bitnami LAMPStack,Īfter Choosing a phpmyadmin kit extract the folder. They usually provide integration to your distribution and you will automatically get security updates from your distribution. It is recommended to use distribution packages when possible. Note: phpMyAdmin is included in most Linux distributions. Copy and paste the extracted phpMyAdmin folder into the location that opens. In the left navigation tree, right-click on "Default Web Site" and select "Explore". Depending on how you have configured your web server, this could be the www, htdocs, html, or public_html folder. You can select any kit from given phpmyadmin kits.įor all languages choose some thing like phpMyAdmin-4.6.4-all-languages.7z or for language specific choose something like phpMyAdmin-4.6.4-english.7zĪfter Choosing a phpmyadmin kit extract the folder.
PHPMYADMIN CONFIG WINDOWS
List of Windows Specific third party products: WampServer, EasyPHP Devserver, Uniform Server, Bitnami WAMP Stack, WPN-XM Server Stack, WTServer, UwAmp, Vertrigo List of Cross-Platform third party products: XAMPP, AMPPS, Zend Server Community Edition The easiest way to get phpMyAdmin on Windows is using third party products which include phpMyAdmin together with a database and web server such as XAMPP(cross-platform). Note 2: These method assumes that you have already setup a local web server with MySQL. Many operating systems already include a phpMyAdmin package and will automatically keep it updated, however these versions are sometimes slightly outdated and therefore may be missing the latest features. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement. phpMyAdmin supports a wide range of operations on MySQL and MariaDB.
PHPMYADMIN CONFIG SOFTWARE
PhpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. Click on Database tab and select the database for which you need to give access(in our case the newly created database in step 4).Select the privileges you need for that user.Select "any host" if you are planing to connect from different hosts.

PHPMYADMIN CONFIG HOW TO
How to create a database and grant privileges for database user.
