Материалы по теме 'MariaDB' | DevsDay.ru

IT-блоги Материалы по теме 'MariaDB'

IT-блоги Материалы по теме 'MariaDB'


DevOps OpenNET 1 июня 2024 г. 14:35

Представлен релиз дистрибутива Rocky Linux 8.10, нацеленного на создание свободной сборки RHEL, способной занять место классического CentOS, после того как компания Red Hat досрочно прекратила поддержку ветки CentOS 8 в конце 2021 года, а не в 2029 г...... читать далее

DevOps OpenNET 31 мая 2024 г. 18:16

После почти трёх лет разработки команда ALT Linux Team и компания Базальт СПО опубликовали "Одиннадцатую платформу ALT" (p11, кодовое имя "Salvia") - новую стабильную ветку репозиториев ALT, основанную на репозитории свободных программ Сизиф (Sisyph...... читать далее

Разработка dev.to 30 мая 2024 г. 11:17

Logging is a critical aspect of maintaining and debugging applications. In the Node.js ecosystem, several logging libraries have become popular due to their robust features and ease of use. In this blog, I'll introduce my logging library, errsole, an...... читать далее

javascript webdev node

Разработка dev.to 28 мая 2024 г. 12:47

Illustrations are taken directly from their website : https://dbtoolsbundle.readthedocs.io About the Bundle This bundle allows you to backup, restore, and anonymize databases. It is compatible with MySQL, MariaDB, PostgreSQL, and SQLite...... читать далее

php symfony gdpr database

Разработка dev.to 27 мая 2024 г. 12:01

Nextcloud, kullanıcıların dosya depolama, senkronizasyon, paylaşım ve işbirliği yapabileceği açık kaynaklı bir bulut depolama platformudur. İster kişisel kullanım için ister kurumsal düzeyde olsun, kullanıcılar Nextcloud'u kendi sunucularında veya ba...... читать далее

DevOps OpenNET 25 мая 2024 г. 10:18

Следом за выпуском Red Hat Enterprise Linux 9.4 опубликовано обновление прошлой ветки Red Hat Enterprise Linux 8.10, которая сопровождается параллельно с веткой RHEL 9.x и будет поддерживаться как минимум до 2029 года. Установочные сборки подготовлен...... читать далее

Разработка dev.to 24 мая 2024 г. 4:27

Hello Punk! Yes I am again, I am Software Freestyle Engineer, I just released LibSQL Driver for Laravel. LibSQL is a fork of SQLite and this package is #1 LibSQL Driver that run natively using LibSQL Native Extension/Driver/Whatever and support L...... читать далее

laravel turso sqlite database

Разработка dev.to 21 мая 2024 г. 7:19

Amazon Relational Database Service (RDS) Amazon Relational Database Service (RDS) is a managed database service that lets you run relational database systems in the cloud. RDS takes care of setting up the database system, performing backups, ensuri...... читать далее

aws rds cloud

Разработка dev.to 20 мая 2024 г. 12:34

Java ORM world is very steady and few libraries exist, but none of them brought any breaking change over the last decade. Meanwhile, application architecture evolved with some trends such as Hexagonal Architecture, CQRS, Domain Driven Design, or Doma...... читать далее

java orm jpa spring

Разработка dev.to 9 мая 2024 г. 2:57

Bismillahirahmanirahim. Kali ini, aku tulis sikit nota untuk diri sendiri dan juga orang lain tentang proses installasi OS Linux untuk kegunaan pembangunan sistem ( particularly PHP , mysql dan Laravel ) . aku pakai Alpine Linux. Tutorial ini dit...... читать далее

Разработка dev.to 2 мая 2024 г. 21:13

Let's explore how temporary tables work in MariaDB. First, we have to connect to the server. For example (use your own connection details): mariadb -h 127.0.0.1 -u root -p"RootPassword!" --database demo Now, just to point something out, let'...... читать далее

mariadb sql database tips

Разработка dev.to 2 мая 2024 г. 18:44

When choosing software for a project, developers have a number of factors to consider. Prime on the list is if it can accomplish a particular function and help them get their project to production faster. Hopefully, they are also considering the secu...... читать далее

development opensource sca security

DevOps OpenNET 2 мая 2024 г. 12:10

Компания Red Hat опубликовала релиз дистрибутива Red Hat Enterprise Linux 9.4. Готовые установочные образы доступны для зарегистрированных пользователей Red Hat Customer Portal (для оценки функциональности также можно использовать iso-образы CentOS...... читать далее

Разработка dev.to 1 мая 2024 г. 16:19

My Problem I want to connect to mysql server using my personal computer but I have this error. ERROR 1130 (HY000): Host '123.32.23.12' is not allowed to connect to this MySQL server My Solution Make sure your IP have access to d...... читать далее

mariadb mysql webdev

Разработка dev.to 30 апреля 2024 г. 23:20

Continuing with articles about monitoring with Prometheus, this time alerts will be configured to know when a server or app stopped by using Alertmanager. Through this article, you will learn how to set up notifications for a MySQL server...... читать далее

tutorial mysql docker monitoring

Разработка dev.to 28 апреля 2024 г. 4:24

index가 걸린 필드를 삭제할 때 Cannot drop index 'notices_approval_id_foreign_idx': needed in a foreign key constraint 에러가 뜬다. async down(queryInterface, Sequelize) { await queryInterface.sequelize.query( "ALTER TABLE notices DROP CONSTRAINT if exists...... читать далее

sequelize mariadb

Разработка dev.to 25 апреля 2024 г. 10:04

Introduction Back at it again with the project for developing an e-commerce website for selling books. In the previous post, we went over the phase of designing the database schema for the system using the E-R diagram. Through the process, we were...... читать далее

DevOps linuxhint.com 24 апреля 2024 г. 15:09

LAMP stands for Linux, Apache, MySQL, and PHP. The open-source stack comes bundled together when you want to host dynamic web apps or websites developed in PHP.... читать далее

Ubuntu

Разработка dev.to 23 апреля 2024 г. 23:41

There are two managed relational database services in AWS: Amazon Relational Database Service (RDS) and Amazon Aurora. Both provide the benefits of a fully managed database solution, but they have distinct features and use cases. In this article, we...... читать далее

aws database rds aurora

Разработка dev.to 22 апреля 2024 г. 17:14

This is an exhaustive list of technical tips and tricks that will help improve your page speed and increase your performance score. DNS Lookup & Connection Check your DNS records and remove any that you don’t need. Use a DNS server,...... читать далее

webdev tutorial wordpress