I have the following query that I try to execute from a bash file: this query works perfectly when executed through my mysql client. I wrapped some ...
I have the following query that I try to execute from a bash file: this query works perfectly when executed through my mysql client. I wrapped some ...
I have two tables groups and groups_members groups id name 1 GROUP 1 2 GROUP ...
I not sure what im doing wrong here but my docker container mariadb does not create a table when it start. what am i doing wrong? docker-compose.yml ...
Based on the max_allowed_packet configuration parameter in MySQL, I am curious to understand how I can determine the size of the query related to that ...
I'm using the MariaDB/Python connector on Python 3.11, Linux Mint, latest version of MariaDB, etc and I can't for the life of me figure this out. I ha ...
the result of the command journalctl -xeu mysql.servicePlease help I am running Ubuntu 22.04 I had MySQL running perfectly before I installed MariaDB ...
My system is Ubuntu 16.04 and MariaDB version is 10.2.38. I want to get Ubuntu version from shell and save the result in sql variable. I executed ...
I have the following code and I'm trying to read a very big table that has over 100M rows on MariaDB. In theory execute is just going to set the curso ...
I just did a migration from MySQL 5.1 to MariaDB 10.5 Everything works great except that we now have a lot of following errors in our PHP app: SQ ...
I am working on a table that has a LONGBLOB column and I need to SELECT/INSERT data. At the moment the code to upload a file to the DB is the followi ...
I would like to find a reliable way to test my Maria DB schema with Jooq. This is what I have now: let Jooq with Gradle to extract an XML schema f ...
I am trying to get the databases backed up from a local machine to a datastore. The local machine is a VM within VCenter and I need the DB to go onto ...
I'm sorry if this has been asked before, I've gone through tens of questions and none of them solved my issue. Here is an example of my Data table: T ...
I need a temporary table with the same layout as existing one. This throws a syntax error at the engine line: create table t like r engine = MEMORY ...
Using Mariadb 10.6 - In the following example, I try to convert the entries of the json object into table rows: The result is: c ...
Im trying to input many rows to a table in a mariaDB. For doing this i want to use executemany() to increase speed. The inserted row is dependent on a ...
I wish to create a trigger in MariaDB 5.5.68. Base on this official example, I built this query: query = (""" DELIMITER // create trigger set_uuid_q ...
Database version: MySQL 8+ and 10.5.8-MariaDB. Some data examples which can be found on this fiddle as well . What have I tried ? I can fix this ...
We have a server with ample CPU and memory resources specifically for running MySQL, but when the number of connections reaches 999, it stops acceptin ...
. Answers to this question are eligible for a +50 reputation bounty. TE ...