Comment installer MySQL sur Ubuntu 20.04
Une version précédente de ce tutoriel a été rédigée par Hazel Virdó. MySQL est un système de gestion de base de données open source, généralement installé dans le cadre de la populaire pile…
Une version précédente de ce tutoriel a été rédigée par Hazel Virdó. MySQL est un système de gestion de base de données open source, généralement installé dans le cadre de la populaire pile…
PostgreSQL, atau Postgres, adalah sistem manajemen basis data relasional yang menyediakan penerapan dari bahasa pengkuerian SQL. Panduan mulai cepat ini mendemonstrasikan cara menginstal Postgres pada server Ubuntu 20.04. Panduan ini juga menyediakan instruksi untuk administrasi basis data umum.
WordPress is a CMS that can be used to set up blogs and websites quickly and easily. In this guide, we’ll set up WordPress with Caddy. Caddy is a new web server quickly gaining popularity for its wide array of unique features, like HTTP/2 support and automatic TLS encryption with Let’s Encrypt, a popular free certificate provider.
In Redis, a list is a collection of strings sorted by the order in which they were inserted unless otherwise specified, similar to linked lists. This tutorial details how to create lists and retrieve and delete elements from lists.
The prospect of migrating a database can be intimidating, especially when migrating from one database management system to another. This tutorial provides instructions on how to install pgLoader, an open-source database migration tool, and use it to migrate a remote MySQL database to PostgreSQL over an SSL connection.
ProxySQL is a SQL-aware proxy server that can be positioned between your application and your database to create a caching layer to optimize MySQL queries. In this tutorial, you will use ProxySQL to set up transparent caching for a MySQL server on Ubuntu 16.04. You will then test its performance using mysqlslap with and without caching to demonstrate the effect of caching and how much time it can save when executing many similar queries.
Eine frühere Version dieser Anleitung wurde von Melissa Anderson verfasst. MongoDB , auch als Mongo bekannt, ist eine Open-Source-Dokumentendatenbank, die in vielen modernen…
Django — это мощная веб-система, помогающая создать приложение или сайт Python с нуля. Django включает упрощенный сервер разработки для локального тестирования кода, однако для серьезных производственных задач требуется более защищенный и мощный веб-сервер. В этом руководстве…
MongoDB provides aggregation operations through aggregation pipelines — a sequential series of data processing operations through which the documents go to obtain the final result. In this tutorial, you’ll learn by example how to use the most common features of the aggregation pipelines.
L’auteur a choisi la Free Software Foundation pour recevoir un don dans le cadre du programme Write for DOnations. Après s’être appuyée sur des solutions développées par la…