MySQL

How To Install WordPress with OpenLiteSpeed on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with OpenLiteSpeed on CentOS 7

WordPress is currently the most popular content management system (CMS) in the world. It allows you to easily set up flexible blogs and websites on top of a database backend, using PHP to execute scripts and process dynamic content. WordPress has a large online community for…

Read more
How To Add NoSQL Queries to MySQL with memcached on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Add NoSQL Queries to MySQL with memcached on Ubuntu 14.04

Memcached as a standalone server works as an intermediary in front of the MySQL client access layer and manages information only in the memory without an option to store it persistently. This makes it suitable for tasks such as caching the results of duplicate MySQL queries. In this article, memcached will be installed as a MySQL plugin and tightly integrated into MySQL. It will provide a NoSQL style access layer for managing information directly in regular MySQL InnoDB tables.

Read more
Создание нового пользователя и предоставление прав в MySQL — step-by-step Databases tutorial on Progressive Robot

Создание нового пользователя и предоставление прав в MySQL

MySQL — это мощная система управления базами данных, используемая для организации и поиска данных. В этом руководстве мы поговорим о том, как создавать новых пользователей MySQL и предоставлять им соответствующие права.

Read more
How To Store and Retrieve Data in MariaDB Using Python on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Store and Retrieve Data in MariaDB Using Python on Ubuntu 18.04

In this tutorial you will connect a Python application to a database server using the MySQL connector. This module allows you to make queries on the database server from within your application. You’ll set up MariaDB for a Python environment on Ubuntu 18.04 and write a Python script that connects to and executes queries on MariaDB.

Read more
CHAT