Glassfish and Payara Auto-clustering: Running Java EE Highly-available Applications In The Cloud

Building a highly-available clustered infrastructure is one of the most commonly used solutions to achieve 100% uptime for your application. In a clustered environment, there is a number of interconnected instances running the same stack and operating the same data. So cluster is able to handle more load than a single server. It will also add more servers automatically to the cluster as per application demand.

In this guide, we will show you how to deploy Java EE applications using Glassfish and Payara auto-clustering on the RoseHosting Cloud platform.

Read More

How To Install Docker Compose on Debian 9

how to install docker compose on debian 9
ow to install docker compose on debian 9 tutorial

Docker is an open-source application that provides lightweight operating-system-level virtualization through the use of containers. The key benefit of Docker is that it allows users to package an application with all of its dependencies into a standardized unit for software development. Docker Engine is available in Community Edition (CE) and Enterprise Edition (EE). In this guide, we will do the installation of Docker Community Edition on Debian 9.

Read More

MySQL SHOW USERS: List All Users in a MySQL Database

Today we are going to guide you on how to show all users in the MySQL users Database.

list MySQL users

A common question that most beginner MySQL users ask is “How do I see all of the users in my MySQL server?” Most of them assume that there is a show users command in MySQL, but there isn’t one. This is a common mistake because there are other MySQL commands for displaying information about the database. For example, SHOW DATABASES will show us all of the databases that are present in our MySQL Server, and SHOW TABLES will show us all the tables in the MySQL database that you have selected.

It’s not unusual for people to assume that there should be a SHOW USERS command in MySQL. Even though there isn’t a specific command for it, there are several ways to actually see the list of users and even filter them to see exactly what you need. This can all be done with the MySQL command line tool – let’s get started.

Read More

Your PHP installation appears to be missing the MySQL extension which Is required by WordPress

your php installation appears to be missing the mysql extension

If you have received the “Your PHP installation appears to be missing the MySQL extension which Is required by WordPress” error, then this tutorial will be able to help you fix that. This error is triggered when the PHP code in your site is not compatible with the version of PHP your WordPress site is currently using.

More specifically, this problem is related to the outdated MySQL extension which was removed as of PHP 7.0. In this tutorial, we will help you fix the problem with the PHP missing MySQL extension error, and help you complete the WordPress installation successfully.

Read More

Install Laravel on Ubuntu 20.04

install laravel on ubuntu 20.04
how to install laravel on ubuntu 20.04

Laravel is an open-source PHP framework that can be used to develop web applications easier and faster through built-in features. It is based on the Symfony framework and following the model–view–controller architectural pattern. Today you will learn how to install Laravel on Ubuntu 20.04

Installing Laravel on Ubuntu 20.04 is an easy task, and it shouldn’t take more than 10 minutes to install.

Read More

What is High Availability Hosting?

what is high availability hosting

When a server acts as the host for a website or an application, it is the backbone of this website or application’s functionality. The server provides resources with which the application can run on, as well as an internet connection that can allow for input from outside sources to occur, as well as output to other servers/systems. Therefore, it is vital that the server hosting your website/application is in working order and has its resources and capabilities available to be utilized at all times.

Read More