MariaDB – Create Database
Creation or deletion of databases in MariaDB requires privileges typically only given to root users or admins. Under these accounts, you have two options for creating a database − the…
Creation or deletion of databases in MariaDB requires privileges typically only given to root users or admins. Under these accounts, you have two options for creating a database − the…
Before delving into install Anonymous FTP on CentOS, we need to learn a little about its use and security. FTP is a really efficient and well-defined protocol for transferring files between computer…
One way to establish a connection with MariaDB consists of using the MySQL binary at the command prompt. MYSQL Binary Review an example given below. [root@host]# mysql -u root -p…
In this topic, we will discuss Set Up Postfix MTA and IMAP/POP3 in Linux. In order to send an email from our CentOS 7 server, we will need the setup…
Logical Volume Management (LVM) is a method used by Linux to manage storage volumes across different physical hard disks. This is not to be confused with RAID. However, it can be…
MariaDB partners well with a wide variety of programming languages and frameworks such as PHP, C#, JavaScript, Ruby on Rails, Django, and more. PHP remains the most popular of all…
As touched upon briefly when configuring CentOS for use with Maria DB, there is no native MySQL package in the CentOS 7 yum repository. To account for this, we will need to…
Package management in CentOS can be performed in two ways: from the terminal and from the Graphical User Interface. More often than not a majority of a CentOS administrator's time…
Before attempting to run MariaDB, first determine its current state, running or shutdown. There are three options for starting and stopping MariaDB − Run mysqld (the MariaDB binary).Run the mysqld_safe…
Introduction to Bash Shell In this guide, we will discuss Shell Scripting in Linux. Like flavors of GNU Linux, shells come in many varieties and vary incompatibility. The default shell…