How to Log Into Remote MySQL Server

how to log into remote MySQL server

MySQL is the most popular database server – odds are your website is using MySQL to store its data. Sometimes we need to check or do other database related work on our website. The default configuration of MySQL server restricts access – only allowing connections from localhost, limiting connections solely to applications hosted on the same server. To enable remote access, we’ll have to modify the server settings to allow connections from external sources, adjust the permissions of the database user, configure the firewall, and so on. In this article, we will demonstrate how to log into remote MySQL server.

Read More

How to Install MariaDB on Ubuntu 22.04

how to install mariadb on ubuntu 22.04

In this tutorial, we are going to install in step-by-step detail the MariaDB database service on Ubuntu 22.04 OS.

MariaDB is an open-source relational database management system (RDBMS) developed mostly by MySQL developers. It is written in C, C++, Perl, and Bash. MariaDB offers many types, such as tinyint, smallint, mediumint, int, bigint, float, double, datetime, char, and many more. This tutorial will install MariaDB, explain how to manage the service and show you some commands with real examples.

Read More

MariaDB-as-a-Service in RoseHosting Cloud Platform

mariadb as a service in rh cloud platform

Do you know what is MariaDB and what the purpose of the MariaDB service is? Don’t worry, we will explain and dig deeper into the meaning of it, and what can be achieved using this type of service.

mariadb saas in rosehosting cloud platform

MariaDB is one of the most popular open-source database servers in the world. Designed by the MySQL developers, MariaDB offers fastness, scalability, and robustness. It has a reach storage engine and many tools designed as replacements for MySQL. As a service, MariaDB is offered by our RoseHosting Cloud platform and more about the installation, configuration and benefits will be explained in the next few paragraphs. Let’s start!

Read More

MariaDB Galera Cluster Replication

MariaDB Galera Cluster Replication

MariaDB Galera Cluster is a database clustering solution that lets you set up a virtually synchronous multi-primary cluster for the MariaDB database. Clustering is a technology that provides high availability to your database by distributing the changes among multiple database nodes. If one of the database nodes fails others are quickly available to continue serving.

Read More

MariaDB/MySQL Auto-Сlustering with Load Balancing and Replication for High Availability and Performance

mariadb/mysql auto-сlustering with load balancing and replication for high availability and performance

These days high availability and database clustering are very important for highly loaded production applications. If your server is down for a fraction of time, you are losing customers and money. Therefore making a database environment highly available has typically one of the highest priorities. Set up a highly available cluster is not easier for any developers and system administrators.

Read More

How to Install MariaDB on Ubuntu 16.04

how to install mariadb on ubuntu 16.04

installing mariadb on ubuntu 16.04 We’ll show you, how to install MariaDB on Ubuntu 16.04. MariaDB is a community-developed fork of MySQL. It is a free and open source, very fast, stable and scalable database server, which makes it one of the most used database servers in the world. It is an improved, drop-in replacement for popular MySQL Database Server. In this tutorial, we will show you how to install MariaDB on Ubuntu 16.04. Installing MariaDB on Ubuntu 16.04 is an easy task, and if you carefully follow the steps of this tutorial, you should have MariaDB installed on your Ubuntu 16.04 server in less than 10 minutes. Let’s get started.

Read More

How to Install MariaDB on CentOS 7

How to Install MariaDB on CentOS 7
How to Install MariaDB on CentOS 7

Installing MariaDB on CentOS 7 We will show you how to install MariaDB on CentOS 7. MariaDB is a community-developed fork of MySQL. MariaDB is a free and open source database software, widely used ranging from websites to banking software. It is an improved, drop-in replacement for MySQL. It is one of the most popular database servers in the world, developed after the acquisition of MySQL by Oracle Inc. to stay free and open source.  Installing MariaDB on CentOS 7 is an easy task, just carefully follow the steps of this tutorial and should have MariaDB installed on CentOS 7, in less than 10 minutes. Let’s get started!

Read More

Set up a mail server with PostfixAdmin and MariaDB on CentOS 7

mail server with postfixadmin and mariadb on centos

In this guide, we will explain how to setup and configure a mail server with PostfixAdmin, Postfix, Dovecot, MariaDB and SpamAssasin on a CentOS VPS. PostfixAdmin is a PHP-based web front-end that allows you to manage virtual domains and users for a Postfix mail transport agent. This guide should work on other Linux VPS systems as well but was tested and written for a CentOS 7 VPS.

Read More