Install Apache, PHP & MYSQL on Windows 11 | 10 using CMD

Install Apache PHP MYSQL on Windows 11 10 using CMD min

In this tutorial, we learn the commands that we can use to install PHP, APACHE, and MYSQL on Windows 11 or 10 using the Command prompt or Powershell. Are you a Windows 11 or 10 user who wants to create and test a PHP website on a LAMP server but without using Linux OS, WSL, … Read more

How to create a Mysql Database on Amazon LightSail

Install, Create, connect Amazon Lightsail Database

Amazon Lightsail also offers a provision to create a database separately from the installed instances with its own dedicated storage space. Yes, it is paid and comes in different plans. The standard price plans available for Amazon Lightsail Databases in one Availability Zone only, with no redundancy, are: Amazon LightSale available plans for Instance. $5- … Read more

How to install Nginx + php + MySQL on WSL Ubuntu 20.04- Windows 10

installing Linux Nginx PHP MySQL stack on Windows 10 Subsystem for Linux using Ubuntu 20.04 LTS WSL distro min

Nginx is an Apache alternative web server in the open source category to support several internet protocols such as HTTP (S), IMAP, and POP3. It can also be used as a reverse proxy with WebSocket support. The server offers a gunzip module, whereby compressed web pages can be unpacked before being sent to the browser. … Read more

Steps to Install Apache, MySQL and PHP in WSL 2 -Windows 10

Steps to Install Apache MySQL and PHP in WSL 2 Windows 10 min

As we know the Windows Subsystem for Linux 2 has its own Linux Kernel which makes it run various kinds of open source programs efficiently. Therefore, here we are with a tutorial to learn how to install LAMP stack (Apache, MySQL, and PHP including PhpMyAdmin) on WSL 2. LAMP stack which is also known as … Read more

How to install MySQL Workbench on Ubuntu 20.04 LTS

Run mysql workbench

Introduction to MySQL Workbench. MySQL Workbench is a tool provided by the Oracle Corporation to manage its open-source MySQL database via a graphical user interface along with other collection of tools for working with MySQL databases. The software tool can be used to design and edit databases, display them clearly, and administer them. For advanced … Read more

Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 20.04 LTS

Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 20.04 LTS

LAMP is a well-known abbreviation for Linux, Apache, MySQL, and PHP. This is a popular setup for servers and virtual servers for operating a web server. Ubuntu 20.04 LTS Focal Fossa is required by this tutorial. On Linux when it comes to setting up a web server environment then LAMP, which is a combination of … Read more

How to install MySQL on Ubuntu 20.04 LTS Focal Fossa

secure Mysql 8 installation on Ubuntu 20.04

MySQL is a popular and mature SQL based database system used by millions of servers around the world to cater to commercial and enterprise demands of data storage. It is free (open source) database system. Unlike Microsoft Access, for example, MySQL only provides pure database functionality. The management of the databases, the programming of forms, … Read more

How To Install MySQL on CentOS 8 Linux or Stream

Login to MySQL server on CentOS 8 and stream]

Well! this tutorial is not something new there are hundred of out there on Mysql database installation on CentOS. The only difference is, here we are performing it on the latest server edition of this project i.e CentOS 8 Linux or Stream. Mysql which was available in the default repository of CentOS 7 was 5.5 … Read more

How to install Nginx + php + MySQL on WSL Windows 10

Access the PHP info on Nginx WSL Windows 10 webserver

Although Nginx is available for Windows 10/8/7, however, to really understand, experience, build or test web application around, I recommend using it on Linux. And the Windows 10 WSL is the best option to run Linux+Nginx+PHP+MySQL stack to get a complete Linux based web server without really installing a separate Linux distro. Thus, let’s see … Read more

How to install Apache, MySQL, PHP & PhpmyAdmin on Windows 10 WSL

install LAMP- Apache, MySQL, PHP & PhpmyAdmin on Windows 10 WSL

If you are into web development, then I know you already familiar with LAMP stack that contains Apache, MySQL, PHP and PhpMyAdmin (optional) on a Linux platform. Yes, there are a couple of applications that provide LAMP in single install package to test various kinds of web applications on Windows 10/8/7 such as XAMPP and … Read more

MySQL GUI Tools for Windows and Ubuntu/Linux: Top 8 free or open source

MySQL Workbench MySQL GUI tools

MySQL is the most popular open source relational database management system (RDBMS). It is the heart of the web application software stack called LAMP. All popular application such as WordPress, Joomla, phpBB and more work on Linux using this LAMP setup (Linux, Apache, MySQL, PHP). Even some large websites including Google and Facebook somewhere use … Read more

How to Install MySQL Workbench on Fedora and RedHat (REHL)

Run the MySQL workbench on Red hat or fedora

The MySQL Workbench on Fedora or REHL allows the database managers, developers or DB architects to visually design the Database. It features Database Connection & Instance Management, SQL Editor, Visual EXPLAIN, SQL snippets collections, SSH connection tunneling, Unicode support, Data modeling, ER diagramming, Drag n Drop visual modeling, Database administration, Database account management, Performance monitoring, … Read more

How to install MySQL workbench on Ubuntu

Mysql WOrkbench Ubuntu database ER diagram

MySQL Workbench is a tool that used a very rich Graphical user interface to provide a comprised visual platform for developers and database architectures or Database administrators. In simple words, the developers or administrators can visually design, generate, manage and model the databases directly from the interface of the MySQL Workbench. In addition to data … Read more

How to restart Apache and MySQL in CentOS/RHEL/Fedora/Scientific Linux version

restart Apache and MySQL in CentOS-RHEL-Fedora-Scientific Linux version

Intermittently we require to start, restart or stop the Apache web server or MYSQL server on CentOS. The CentOS/Red Hat is the most popular Linux OS used commercially as a server operating system in enterprises, cloud and hosting environments. Here in this tutorial will let you know the commands those you can use in the CentOS … Read more