Comment utiliser le type de données BLOB MySQL pour stocker des images avec PHP sur Ubuntu 18.04
L’auteur a sélectionné Girls Who Code pour recevoir un don dans le cadre de l’initiative Écrire pour des donations. Un [Binary Large Object…
L’auteur a sélectionné Girls Who Code pour recevoir un don dans le cadre de l’initiative Écrire pour des donations. Un [Binary Large Object…
Database management is important for any site or application that must keep a large amount of information organized. This article will cover how to install phpMyAdmin, a web-based front end to MySQL and MariaDB database management systems, on a CentOS 6.4 VPS.
El autor seleccionó el Computer History Museum para recibir una donación como parte del programa Write for DOnations. Zabbix es un software de monitorización de código abierto para redes y…
MariaDBは、人気の高いLAMP(Linux、Apache、MySQL、PHP/Python/Perl)スタックのMySQL部分の代替として使用されているオープンソースデータベース管理システムです。MySQLの代わりになることが意図されています。このチュートリアルでは、Ubuntu 20.04サーバーにMariaDBをインストールして、それが作動し安全に初期設定されていることを確認する方法を説明します。
Learn to use the AWS Java SDK with object storage in our comprehensive step-by-step guide. Simplify your cloud storage solutions today.
Una pila “LAMP” es un conjunto de aplicaciones de software de código abierto que se suelen instalar juntas para que un servidor pueda alojar aplicaciones y sitios web dinámicos escritos en PHP. Este término es en realidad un acrónimo que representa al sistema operativo…
Lighttpd is a lightweight open-source web server optimized for high speed environments while keeping resource usage low. It is an excellent alternative to the commonly used web servers Nginx and Apache. In this tutorial, you will install and…
Seafile is an open-source, self-hosted file synchronization and sharing platform with cross-platform syncing. In this tutorial you will install and configure Seafile on Ubuntu 18.04, using MySQL to store data and Apache to handle the web traffic.
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…
「LAMP」スタックとは、サーバーが動的ウェブサイトとWebアプリをホストできるようにするために通常一緒にインストールされているオープンソースソフトウェアのグループです。この用語は、実際にはApache Webサーバーが搭載されたLinuxオペレーティングシステムを表す頭字語です。このサイトデータはMySQLデータベースに保存されており、動的コンテンツはPHPが処理を行います。このガイドでは、Ubuntu 20.04サーバーにLAMPスタックをインストールします。