#mariadb
Explore tagged Tumblr posts
mydbops · 1 month ago
Text
2 notes · View notes
nixcraft · 2 years ago
Text
which one are you?
Tumblr media
37 notes · View notes
verysharpfish · 1 year ago
Text
I wish my dad had named a database management system after me, wouldn't that be sick
3 notes · View notes
dotjunior · 2 years ago
Text
4 notes · View notes
greenwebpage · 21 days ago
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
geekrewindcom · 1 month ago
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
simple-logic · 2 months ago
Text
Tumblr media
#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/
0 notes
wayfire-official · 3 months ago
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
sandeep2363 · 5 months ago
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
retrocompmx · 6 months ago
Text
Un día como hoy (29 de octubre) en la tecnología
Tumblr media
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
kaffekop · 8 months ago
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
mydbops · 1 month ago
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
appiantips · 1 year ago
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
linuxtldr · 1 year ago
Text
0 notes
dozmaz · 1 year ago
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…
Tumblr media
View On WordPress
0 notes
geekrewindcom · 2 months ago
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