#mariadb
Explore tagged Tumblr posts
Text
2 notes
·
View notes
Text
which one are you?
37 notes
·
View notes
Text
I wish my dad had named a database management system after me, wouldn't that be sick
3 notes
·
View notes
Text
This article will guide you through the steps of installing or uninstalling MariaDB on Ubuntu 24.04.
https://greenwebpage.com/community/how-to-install-mariadb-on-ubuntu-24-04/
0 notes
Text
Migrate MySQL to MariaDB on Ubuntu 24.04
This article explains migrating from MySQL database to MariaDB server on Ubuntu 24.04. MySQL and MariaDB are open-source relational database management systems (RDBMS) that use Structured Query Language (SQL) to manage and query data. MariaDB was forked from MySQL due to concerns about its future under Oracle’s management. MariaDB is open-source, permitting free usage, modification, and…
0 notes
Text
#PollTime Which open source database is best for scalability?
A) PostgreSQL 🐘 B) MySQL 🛢️ C) MongoDB 🍃 D) MariaDB 🏗️
Comments your answer below👇
💻 Explore insights on the latest in #technology on our Blog Page 👉 https://simplelogic-it.com/blogs/
🚀 Ready for your next career move? Check out our #careers page for exciting opportunities 👉 https://simplelogic-it.com/careers/
#simplelogic#makingitsimple#itcompany#dropcomment#manageditservices#itmanagedservices#poll#polls#opensource#postgresql#mysql#mongodb#mariadb#database#scalability#itservices#itserviceprovider#managedservices#testyourknowledge#makeitsimple#simplelogicit
0 notes
Text
I was setting up MariaDB for nextcloud. And I was following a tutorial.
It told me to do "CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';" and to replace the username.
It didn't tell me to change password tho, so I thought it was a keyword that shouldn't be changed.
It wasn't :(
1 note
·
View note
Text
How to Move a Database with Users from One MariaDB RDS Instance to Another on AWS
Migrating a database with its associated users between two MariaDB RDS instances on AWS can be daunting, but with careful planning, it’s manageable. This blog walks you through the detailed steps, including pre-migration preparations, database migration, user transfer, and post-migration validation. 1. Pre-Migration Checklist Before starting, ensure the following: Access Permissions: You have…
0 notes
Text
Un día como hoy (29 de octubre) en la tecnología

El 29 de octubre de 2009, se libera la primera versión de MariaDB, el sistema de gestión de base de datos relacional compatible con MySQL y de código abierto. Fue desarrollado por la misma gente que desarrollo el MySQL de ámbito comercial #retrocomputingmx #MariaDB
0 notes
Text
macOS Sonoma 14.6.1 vs. mariadb won't start (homebrew edition)
Truncate /opt/homebrew/var/mysql/ib_logfile0 and then brew services restart mariadb
¯\_(ツ)_/¯ -{ yeah }
0 notes
Text
The Mydbops Blog offers expert insights and practical guidance on managing open-source databases such as MySQL, MariaDB, MongoDB, PostgreSQL, TiDB, and Cassandra. It covers topics like performance optimization, security hardening, replication strategies, and the latest trends in database technology. The blog serves as a valuable resource for database administrators and developers seeking to enhance their knowledge and stay updated with industry best practices.
0 notes
Text
Utilizing Stored Procedures for Better Database Security and Manageability
Stored procedures are a vital component in database management, offering a range of benefits. They are precompiled sets of one or more SQL statements that are stored and can be reused. This allows for improved performance, as the database server does not need to recompile the SQL code each time it is executed. Additionally, stored procedures enhance security by allowing permissions to be set at…
View On WordPress
0 notes
Text
Instalación, configuración de Apache 2.4 con php-fpm, con MariaDB 10.11 y el nuevo PHP 8.3
Amigos en este post explicaré cómo instalar PHP-FPM (Fast CGI Process Manager), esto nos permitirá mejorar el rendimiento de la ejecución de nuestro código. PHP-FPM solo interpreta una vez el código PHP, después de esto se reutiliza el código almacenado en la memoria cache. ¿Qué es PHP-FPM? FPM (FastCGI Process Manager) es una implementación alternativa al PHP FastCGI con algunas…

View On WordPress
0 notes
Text
How to Create a Self-Signed SSL Certificate for MariaDB on Ubuntu 24.04
This article explains creating a MariaDB self-signed SSL certificate on Ubuntu 24.04. By default, when you install MariaDB server, it will only allow connections from the local system for users with the correct credentials, regardless of the transport protocol. Creating a self-signed certificate for MariaDB can enhance security by enabling encrypted connections between the server and…
0 notes