mariadb

Installing OwnCloud on Ubuntu 22.04 LTS

Introduction OwnCloud is an open-source file hosting and synchronization platform that allows users to store and share files, documents, photos, and other digital content in a secure way. It was first released in 2010 and is built using PHP and JavaScript. Prerequisites You must following things to complete this tutorial. In this post, We will show […]

How to install and configure LAMP in Redhat 7 / Centos 7 ( Linux, Apache, MariaDB, PHP )

LAMP is an open source Web development platform which uses Linux as the operating system, Apache as the Web server, MariaDB as the relational database and PHP as the server-side scripting language. Step 1: Install Apache web server by using the following commands: [root@localhost ~]# yum install httpd -y Step 2: start and enable httpd […]

How to install MariaDB 10.3 using Ubuntu 16.04

MariaDB is an free and opensource relational database server which is the most popular database servers, Developed by MariaDB Corporation AB, MariaDB Foundation and Written in C, C++, Perl, Bash.Step 1: Adding MariaDB RepoMariaDB 10.3 installation You need to add the repo and key by following the commands with root privileges. sudo -iapt-get install software-properties-common […]

Scroll to top