Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
MariaDB Articles
Found 7 articles
Setting Up Nginx with MariaDB and PHP/PHP-FPM on Fedora 24 Server and Workstation
Hosting websites and online applications requires setting up a web server infrastructure. In this article, we'll understand how to set up Nginx on Fedora 24 Server and Workstation using MariaDB and PHP/PHP-FPM. This combination creates a powerful LEMP stack for managing databases and serving dynamic content. Note: Fedora 24 is an older version that no longer receives security updates. For production environments, consider using a current Fedora version or other long-term support distributions. Installation Prerequisites Before starting, ensure your system is updated and you have root privileges. We'll install the LEMP stack components step by ...
Read MoreSetting Up LEMP Linux, Nginx, MySQL/MariaDB, PHP) and PhpMyAdmin on Ubuntu 15.04 Server
LEMP stack is a powerful combination of open source technologies used for web development and hosting. LEMP comprises Linux (the operating system), Nginx (pronounced "engine-x", a web server), MySQL/MariaDB (database management), and PHP (server-side scripting language). Note: Ubuntu 15.04 has reached end-of-life. This guide is for educational purposes. Consider using a current Ubuntu LTS version for production environments. Prerequisites Before starting the installation, ensure you have − Ubuntu 15.04 server with root or sudo access Internet connection for package downloads Basic command line knowledge Manual Installation Method Step 1: Update ...
Read MoreSetting Up LAMP (Linux, Apache, MariaDB and PHP) on Fedora 24 Server
Follow these instructions to install LAMP (Linux, Apache, MariaDB, and PHP) on a Fedora 24 server. LAMP stack provides a complete web development environment with Linux as the operating system, Apache as the web server, MariaDB as the database, and PHP for server-side scripting. Prerequisites: Ensure you have a fresh Fedora 24 server installation with root or sudo access and an active internet connection. Step 1: Update System First, update your system packages to ensure you have the latest versions ? sudo dnf update -y Step 2: Install Apache Web Server ...
Read MoreInstall Lighttpd with PHP and MariaDB on RockyAlmaLinux
RockyAlmaLinux is a robust and secure Linux distribution that serves as a perfect replacement for CentOS. This article will guide you through installing a complete web server stack with Lighttpd, PHP, and MariaDB, providing detailed instructions with examples and expected output for each command. Prerequisites: Administrative access to your RockyAlmaLinux system and an active internet connection. Step 1: Update the System First, update the system's package repositories and upgrade installed packages to their latest versions − sudo dnf update $ sudo dnf update Last metadata expiration check: 0:20:47 ago on ...
Read MoreHow to Change Root Password of MySQL or MariaDB in Linux?
Introduction As with any password, the root user password for a MySQL or MariaDB database should be changed regularly for security reasons. The root user has complete access and control over all databases and tables within the system, making it a prime target for any potential attacks. Regularly changing the root password can help prevent unauthorized access to your data, as well as provide an added layer of security against potential server breaches. Checking Current Root Password A root user is a powerful administrator account that has full access to the MySQL or MariaDB server. It is important to regularly ...
Read MoreHow to Monitor MySQL_MariaDB Databases using Netdata on CentOS 8?
In today's data-driven world, monitoring the performance and health of databases is crucial for ensuring the smooth operation of applications and the overall efficiency of your infrastructure. When it comes to monitoring MySQL or MariaDB databases on CentOS 8, Netdata emerges as a powerful and user-friendly tool. Netdata provides real-time insights into various metrics and performance indicators, allowing you to proactively identify bottlenecks, optimize resource utilization, and ensure the reliability of your database environment. In this blog post, we will explore how to set up and configure Netdata to monitor MySQL/MariaDB databases on CentOS 8. We will walk you through ...
Read MoreSetting Up High-Performance ëHHVM\' and Nginx/Apache with MariaDB on Debian/Ubuntu
Setting up high overall performance HHVM (HipHop Virtual Machine) with Nginx, Apache, and MariaDB on Debian or Ubuntu entails configuring an effective internet server stack to optimise the overall performance of internet programmes. HHVM is a just-in-time compiler designed for PHP, resulting in advanced execution speed. Nginx/Apache acts because the internet server software programme manages incoming requests efficiently. MariaDB serves as the database server to keep and manipulate statistics effectively. The system consists of putting in and configuring HHVM, Nginx/Apache, and MariaDB on the Debian/Ubuntu system. HHVM is incorporated with the internet server software programme, allowing the execution of PHP ...
Read More