WampServer 3 web server build overview

 Note! It is not recommended to use a web server collection as a platform for hosting sites both on the Internet and in corporate networks, i.e. they are created for local development and testing only. This is a recommendation from the developers of any web server build. WampServer is a free build of a web server, i.e. platform for web development under the Windows operating system. This assembly includes all the necessary software for creating dynamic web applications (sites), namely: Apache web server, PHP programming language, MySQL DBMS and other auxiliary software, such as phpMyAdmin. For those who don't know WAMP is an acronym for "Windows, Apache, MySQL and PHP" i.e. a word consisting of the first letters of the listed applications. There is also LAMP, where L is Linux, and MAMP, where M is Mac OS. WampServer is available for both 32 bit and 64 bit Windows. The system tray icon acts as a control panel here, with the help of which (left-click) you can configure the ...

What is pgAdmin 4?


 pgAdmin 4 is a new implementation of the free PostgreSQL database management tool. pgAdmin 4 is used to write SQL queries, develop procedures, functions, and also to administer PostgreSQL. pgAdmin 4 can be installed on Linux, macOS and Windows. pgAdmin 4 is currently available for 32-bit versions of Windows (x86 platform).


Note! pgAdmin 3 is no longer supported, so it is recommended to use pgAdmin 4 as your PostgreSQL development and administration environment.


The official website of the application is www.pgadmin.org