Connect with us

How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin

Computer Science

How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin

How To Install EasyPHP Devserver On Windows 10
(Last Updated On: October 18, 2021)

EasyPHP Devserver allows you to fit your needs and allows you to setup a local server. You can develop locally anywhere, at home, at work, on your laptop. Devserver installs a complete, open source and ready-to-use development environment.

In this tutorial you will learn step-by-step to How to install EasyPHP Devserver on Windows 10 and How to show databases on phpMyAdmin in EasyPHP.

Follow the steps to download and install the Devserver:

 

Step 1: Download The Devserver

How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 1
  • Click Save.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 2

 

Step 2: Install

  • Click the downloaded setup.
  • Select English.
  • Click OK.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 3
  • Select the path. By default it suggests C:/Program files, but it is better to choose a location other than C: drive. I have chosen F: drive.
  • Click Next.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 4
  • Tick Create a desktop icon.
  • Click Next.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 5
  • Click Install.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 6
  • Click Finish.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 7

 

Step 3: Launch

  • Click hidden icons, located at bottom-right of Desktop.
  • Right Click on EasyPHP black icon.
  • Click Open Dashboard.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 8
  • The browser might show you an error message something like this, “Can’t establish a connection to the server at 127.0.0.1:8000.”
  • To resolve this issue restart your computer & repeat the above step i.e Open Dashboard.
  • You can open manually as well, in two ways: 127.0.0.1:1111 or localhost:1111.
  • Start HTTP SERVER & DATABASE SERVER.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 9
  • They will look like this, once started.
  • Click Open, to open phpMyAdmin.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 10
  • Initially you won’t see any database listed there.
  • Click Settings.
  • Click Features.
  • Click Databases.
  • Clear the Hide databases Textbox(delete the text inside).
  • Click Apply.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 11
  • Like this.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 12
  • You can see all the Databases have been listed now.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 13

 

Step 4: Run Your Code

  • You can access the front-end by two ways:
  • First method, Expand the Portable directory by Clicking three lines icon.
  • Click the folder or file you want to open.
  • Second method, type http://127.0.0.1:8080/ or localhost:8080/.
  • Note: In my computer, since port 80 was being used by other application, so that’s why the port 8080 is added. Normally you can access simply by localhost or 127.0.0.0.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 14
  •  You can see that file has been executed, it means localhost is running correctly.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 15
  • Go to the the Drive where you have installed the EasyPHP.
  • Open PHP-Devserver-17 folder.
  • Open eds-www folder (Root Directory)
  • Since, I had installed on F: drive so, my path is F:EasyPHP-Devserver-17eds-www
  • Now create index.php or index.html in root directory.
  • Put some HTML code like, <h1> Thanks Meer’s World </h2>
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 16
  • Now open to test.
  • Type localhost or 127.0.0.1 or localhost:8080 or 127.0.0.1:8080
  • You can see that, it has been run successfully.
How To Install EasyPHP Devserver On Windows 10 | Show Databases On phpMyAdmin 17
  • If you like this post don’t forget to share with other people. Share your feedback in the comments section below.

 

Best Web hosting

 

Recommended Posts

 

Meer Basit is the founder of Meer’s World. He’s been running the show since launching the blog back in 2018. By background he is a computer scientist. Primarily, he creates content around blogging (WordPress, Blogger, Tumblr), SEO, affiliate programs, earn-online, reviews, eCommerce, & technology. He has got years of professional experience in web programming, computer programming, databases, data warehousing, & transcription. In general, he likes traveling, gardening, creating TikToks(@iammeerbasit), watching movies, is a passionate cricketer, creative writer, and a GSD lover.

2 Comments

2 Comments

  1. Sandro Alvares

    October 31, 2019 at 12:20 pm

    Error msvcr100.dll … how to solve its?

Leave a Reply

Your email address will not be published. Required fields are marked *

More in Computer Science

To Top