How To Import and Export Databases in MySQL or MariaDB
Learn how to import and export databases in MySQL or MariaDB using command-line tools like mysqldump. Backup and restore your data safely.
Learn how to import and export databases in MySQL or MariaDB using command-line tools like mysqldump. Backup and restore your data safely.
Стек LEMP представляет собой набор программного обеспечения, который используется для отображения динамических веб-страниц и веб-приложений. Этот акроним обозначает операционную систему Linux и веб-сервер Nginx. Данные при этом хранятся в базе данных MySQL, а динамическое…
Der Autor wählte die Free Software Foundation, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten. ProxySQL ist ein SQL-fähiger Proxy-Server, der zwischen Ihrer…
Предыдущая версия руководства была написана Бреннаном Бернсом. Стек LAMP – это набор программного обеспечения с открытым исходным кодом, которой обычно устанавливается на сервер для отображения динамических веб-сайтов и…
El autor seleccionó la Free and Open Source Fund para recibir una donación como parte del programa Write for DOnations. El uso de clústeres añade una alta disponibilidad a su base de datos…
The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx web server. The backend data is stored in the MySQL database and the dynamic processing is…
Bancos de dados são um componente chave em muitos websites e aplicações, e estão no centro de como os dados são armazenados e trocados pela Internet. Um dos aspectos mais importantes do gerenciamento de banco de dados é a prática de recuperar dados de um banco de dados, seja em…
Zabbix is open-source monitoring software for networks and applications. In this tutorial, you will configure a Zabbix-based monitoring system on two CentOS 7 machines. One will be configured as the server, and the other as a client that you’ll monitor. The server will use a MySQL database to record monitoring data and use Apache to serve the web interface.
Django is a flexible framework for quickly creating Python applications. By default, Django applications are configured to store data into a lightweight SQLite database file. While this works well under some loads, more traditional DBMSs can improve performance when…
Sometimes users run into problems once they begin issuing queries on their data. In some database systems, including MySQL, query statements in must end in a semicolon (;) for the query to complete, as in the following example…