Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
37 views

I have following SQL (for MariaDB) select t.id AS id, r.i AS i, json_value(r.res, '$[0]') AS lat from tasks t join JSON_TABLE(json_query(t.expected_answer, '$.accepted_polygons[0]'), '$...
2 votes
3 answers
109 views

We are creating docker images from MySQLdump from all kind of systems and try to extract the DB version via Regex from files like this: -- Server version 10.11.8-MariaDB-0ubuntu0.24.04.1 $ echo &...
Alex's user avatar
  • 35.8k
2 votes
1 answer
108 views

Consider this minimal example program: #include <mysql/mysql.h> #include <stdio.h> int main() { MYSQL *conn = mysql_init(NULL); unsigned int mode = SSL_MODE_DISABLED; ...
1 vote
2 answers
125 views

For each minute there is some data stored in a MariaDB 12.1.2. For each minute I want to find the rows with percent_change_1h > 4 and percent_change_24h > 2; But only for the top 30 rows sort ...
1 vote
3 answers
189 views

Is there a way to count the number of matching characters between two strings (of the same length) in MariaDB? Like if we have "keyboard" and "ekyboard" then the answer should be 6 ...
oskugbg's user avatar
  • 33
0 votes
2 answers
72 views

My problem: A MariaDB-Server is running in a LAMPP-Installation It runs by default without SSL. A Qt-Application (both 5.15.2 and 6.10.1) with loaded QMARIADB-Driver tried to open a connection to the ...
md_dlk's user avatar
  • 1
0 votes
3 answers
122 views

I'm setting up a GitLab Runner for a Laravel 12 project and I want my CI pipeline to do the following: Spin up a MariaDB service for the tests Run php artisan migrate:fresh --seed to seed the ...
0 votes
2 answers
138 views

After installing the SDK mariadb-connector-c-3.4.8-win64.msi, when I try to connect to a server using MariaDB, I get "TLS/SSL error: SSL is required, but the server does not support it". ...
0 votes
0 answers
69 views

I have the following tables: create table account_transactions ( id int auto_increment primary key, account_id int not null, amount ...
0 votes
1 answer
49 views

I ran into an issue where MariaDB in XAMPP refused to start and showed this error: Table '.\mysql\proxies_priv' is marked as crashed and last (automatic?) repair failed Fatal error: Can't open and ...
1 vote
1 answer
90 views

DELIMITER // CREATE FUNCTION total_cost_for_customer ( custNumber INT ) RETURNS INT DETERMINISTIC READS SQL DATA BEGIN DECLARE total INT; SELECT SUM(unitPrice) INTO total FROM ...
Sam's user avatar
  • 37
2 votes
1 answer
122 views

First of all, Qt version is 6.10.0, testing on Arch Linux rolling. I think I've found a bug in Qt but maybe it's just my fault. My program asks MariaDB database for some data and displays it in ...
Advice
0 votes
2 replies
44 views

I would like to store data remotely in a MariaDB (Xampp) running on Ubuntu. It is running on a totally isolated LAN - no external connection. I have been looking at various places, but seem to be more ...
1 vote
2 answers
110 views

Situation I have two tables. ing_master is a master list of ingredients; pdet is a product table, with an ingredients field formatted as json array. For each product's ingredient list in pdet, I want ...
Kade's user avatar
  • 13
3 votes
1 answer
114 views

I'm trying to help a user in another stackoverflow question and have bumped by head into a strange behaviour. As I rarely use MariaDB, I'm opening another question to investigate the behaviour, ...

15 30 50 per page
1
2 3 4 5
...
976

AltStyle によって変換されたページ (->オリジナル) /