MySQL

Установка Linux, Nginx, MySQL, PHP (набора LEMP) в Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Установка Linux, Nginx, MySQL, PHP (набора LEMP) в Ubuntu 18.04

Набор LEMP — это комплекс программного обеспечения, используемый для обслуживания динамических веб-страниц и веб-приложений. Аббревиатура LEMP обозначает операционную систему Linux с веб-сервером Nginx (произносится как «энджинкс»). Данные серверной части хранятся в базе…

Read more
How to Install MySQL 5.6 from Official Yum Repositories — step-by-step Linux tutorial on Progressive Robot

How to Install MySQL 5.6 from Official Yum Repositories

In October 2013, the MySQL development team officially launched support for yum repositories. This means that you can now ensure that you have the latest and greatest version of MySQL installed directly from the source! In this guide we will install MySQL 5.6 on a fresh installation of Centos 6, and then apply a couple of extra touches to optimize configuration for the cloud provider.

Read more
Cara Menginstal MySQL pada Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cara Menginstal MySQL pada Ubuntu 20.04

MySQL adalah suatu sistem manajemen basis data sumber terbuka, yang umumnya diinstal sebagai bagian dari tumpukan LAMP (Linux, Apache, MySQL, PHP/Python/Perl) yang populer. Ini menerapkan model relasional dan menggunakan SQL (Structured Query Language) untuk mengelola datanya. Tutorial ini akan menjelaskan cara menginstal MySQL pada server Ubuntu 20.04.

Read more
Установка последней версии MySQL в Debian 9 — step-by-step Linux tutorial on Progressive Robot

Установка последней версии MySQL в Debian 9

MySQL — известная база данных с открытым исходным кодом, которая используется для хранения и получения данных для разнообразных популярных приложений. MySQL — это компонент M в комплекте LAMP, в который также входят операционная система Linux,…

Read more
How To Install WordPress with nginx on CentOS 6 — step-by-step Linux tutorial on Progressive Robot

How To Install WordPress with nginx on CentOS 6

WordPress is a free and open source website and blogging tool that uses php and MySQL. It was created in 2003 and has since then expanded to manage 22% of all the new websites created and has over 20,000 plugins to customize its functionality. This tutorial shows how to install Wordpress on a server with LEMP (with nginx instead of apache). It is written for Centos 6.

Read more
How To Reset Your MySQL or MariaDB Root Password — step-by-step Linux tutorial on Progressive Robot

How To Reset Your MySQL or MariaDB Root Password

Forgetting passwords happens to the best of us. If you forget or lose the root password to your MySQL or MariaDB database, you can still gain access and reset the password if you have access to the server and a sudo-enabled user account. This tutorial will cover how to…

Read more
CHAT