Verwalten und Verwenden von MySQL-Datenbank-Triggern unter Ubuntu 18.04
Der Autor hat die Apache Software Foundation dazu ausgewählt, im Rahmen des Programms Write for DOnations eine Spende zu erhalten. In MySQL ist ein…
Der Autor hat die Apache Software Foundation dazu ausgewählt, im Rahmen des Programms Write for DOnations eine Spende zu erhalten. In MySQL ist ein…
Der Autor hat Girls Who Code dazu ausgewählt, im Rahmen des Programms Write for DOnations eine Spende zu erhalten. Ein [Binary Large Object…
This article provides a quick way to backup the most common things in a typical web hosting scenario: website files and database data. We will setup a full daily backup of a website folder and a copying of this data to a remote server (this can also work for another VPS). We will also set up a rsync example to just copy the incremental changes. Finally, we’ll set up backup of a MySQL database.
Tumpukan “LAMP” adalah sekumpulan perangkat lunak sumber terbuka yang biasanya diinstal bersama untuk memungkinkan server menjadi hos dari situs web yang dinamis dan aplikasi web. Istilah ini sebenarnya merupakan singkatan yang mewakili sistem operasi Linux dengan server web Apache. Data situs disimpan di dalam basis data MySQL dan konten dinamis diolah dengan menggunakan PHP. Dalam panduan ini, kita akan menginstal tumpukan LAMP pada server Ubuntu 20.04.
MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It implements the relational model and uses SQL (Structured Query Language) to manage its data. This tutorial will explain how to install MySQL on an Ubuntu 20.04 server.
Bacula is an open-source network backup solution that allows you create backups and perform data recovery of your computer systems. In this tutorial, we will show you how to install and configure the server components of Bacula on a CentOS 7 server.
O autor selecionou a Tech Education Fund para receber uma doação como parte do programa Write for DOnations. O AdonisJs é um framework Web…
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.
This article covers the process required to transfer MySQL data between two servers. This tutorial includes steps on how to perform a MySQL dump, transfer the database with SCP, and then reimport it on the second server.
Drupal is a content management system (CMS) written in PHP and distributed under the open-source GNU General Public License. Drupal requires the LAMP (Linux, Apache, MySQL, and PHP) or LEMP (Linux, Nginx, MySQL, and PHP) stack, but installing individual components is a time-consuming task. In this tutorial, we will solve this problem by installing Drupal using Docker Compose so that we can take advantage of containerization and deploy our Drupal website on a web server quickly.