Questions tagged [mariadb]
The mariadb tag has no summary.
180 questions
2
votes
1
answer
74
views
How to configure multiple credentials in MariaDB for easy access?
I can't find this information. I also use Grok, but his solution didn't work.
How can I add multiple accounts/credentials to different MySQL/MariaDB servers to be used with mysql command? Similar to ....
3
votes
1
answer
46
views
MariaDB won’t start after php-updater change – “Unknown/unsupported storage engine: InnoDB”
I am running Nextcloud on Debian 11. Recently, I tried upgrading using php-updater, and afterwards MariaDB stopped working properly.
System details:
Debian 11
MariaDB 11.3.2
Apache with mpm_prefork (...
0
votes
0
answers
40
views
Database Migration from EOL CentOS to MariaDB 11.3.2: Seeking Advice on Potential Compatibility Issues
I am migrating a database from EOL CentOS Linux and am ready to import it into MariaDB 11.3.2 for Debian Linux.
The database code was made with MariaDB 10.19-11.4.1 for Linux (x86_64), which is NOT ...
0
votes
0
answers
44
views
Error running "service glb getinfo": missing /etc/default/glbd
I installed GLB (Galera Load Balancer) on the server following the instructions in this article.
The installation appeared to complete successfully, but in the final step, running:
service glb getinfo
...
3
votes
0
answers
82
views
Large disk usage difference between two MariaDB servers with similar data [closed]
I'm trying to understand a significant discrepancy in disk usage between two MariaDB servers that are hosting the same application and (apparently) the same data. The two servers are entirely separate ...
0
votes
0
answers
234
views
Install mysql (not mariadb) on raspbian bookworm and other debian
There are many servers in the network that I manage, and throughout that network, mysql is the standard and only "mysql-like" database used. (There's some postgre but that is another matter)...
-1
votes
1
answer
199
views
MariaDB password only works if passed as command line argument
If I try to login this way, it works.
$ mariadb --user blogbot -p"password"
If I try to login this way, it doesn't work.
$ mariadb --user blogbot -p
Enter password:
ERROR 1045 (28000): ...
0
votes
1
answer
79
views
Script bash - Insertion of data into MariaDB from Oracle database
This script bash makes the data extraction to Oracle DB (another server), processing it and insert into MariaDB (my server), but the insertion it's misaligned and let it some columns in blank.
This ...
0
votes
1
answer
507
views
AlmaLinux 9.4 how to update MariaDB to a later version
I have a brand new AlmaLinux 9.4 installation with my hosting company and it appears to have been pre-installed with a LAMP stack.
The MariaDB server version currently running is MariaDB 10.5.22 but I ...
0
votes
0
answers
281
views
How to identify which process is causing a high memory consumption?
I am running a virtualized Arch Linux machine.
From time to time, it shows a high memory consumption and I do not know the reason because basically, the machine is sitting idle.
# ps aux --sort=-%mem ...
0
votes
0
answers
87
views
Mysql server under pressure?
I'm having issue with a server than hosting 5 Wordpress and 1 staging
Including on Woocommerce and one Bbpress with huge db.
The server got 120Go Ram with 500Mo swap set.
I have a TTFB around 3s...
...
1
vote
0
answers
55
views
"Access Denied user root error code 1045 (28000)" after changing root passwords
I'm encountering an "Access Denied user root error code 1045 (28000)" error with user root. I'm facing this problem after changing passwords. It was working fine before, and I'm confused ...
0
votes
1
answer
58
views
I can't find where to put these options, hence no sock file
I have installed mariadb-server and after a lot of struggling, I managed to get it to re/start without errors. However, there's no sock file so I can't even log in. It also doesn't show in netstat -...
1
vote
1
answer
2k
views
Why am I getting this error on mariadb installation?
I am trying to follow this article and systemctl start mariadb.service gives me
Job for mariadb.service failed because the control process exited with error code.
See "systemctl status mariadb....
0
votes
1
answer
498
views
Cannot upgrade MariaDB Connector/C on Parrot OS
Please note very new to ParrotOS + Python.
Error output when trying pip3 install mariadb :
MariaDB Connector/Python requires MariaDB Connector/C >= 3.3.1, found version 3.1.18
I cannot seem to ...
0
votes
1
answer
86
views
How can I get MariaDB to resume action?
I was working on my Wordpress site, and to get a non-database, HTML version suitable for my datamine, such as is running correctly at https://orthodoxchurchfathers.com and https://searchgkchesterton....
0
votes
1
answer
838
views
how execute curl in mariadb/mysql stored procedure
I am using information from here and here.
I am running mariadb server on Debian 10. I download and copied the files to the server and execute the install.sh and I get the following error below.
&...
0
votes
1
answer
2k
views
Selinux php-fpm httpd and mariadb socket connection
New note with important details
I just ran a few version tests and resulted in the following:
Alright, here’s my latest update:
10.5 works
10.6 doesn’t
10.7 works
10.8 work
etc.
I was hoping to use ...
2
votes
1
answer
3k
views
How to do offline-installation of multiple images via podman load/save
I am using an app depending on the image docker.io/library/mariadb:10.7. Images can be pulled, and saved in a tarball:
podman pull \
docker.io/photoprism/photoprism:latest \
docker.io/library/...
0
votes
1
answer
2k
views
LibreOffice Base ODBC connection to MariaDB fails: "Data source name not found"
Linux Mint 20 (Ubuntu 20).
MariaDB version:
"mariadb Ver 15.1 Distrib 10.7.3-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2"
I want to run LibreOffice Base as the front end, ...
2
votes
2
answers
4k
views
MariaDB & Amazon Linux 2: ERROR: ld.so: object '/usr/lib64/libjemalloc.so.1' from LD_PRELOAD cannot be preloaded
Following AWS documents, I'm attempting to get a basic LAMP server up and running. Everything appears to be working fine. Logging into MySQL either through the terminal or phpMyAdmin (GUI) works.
...
0
votes
1
answer
144
views
Free up mysql space on low-disk PC
I have a PC with a small disk:
Filesystem Size Used Avail Use% Mounted on
/dev/root 3.5G 3.1G 249M 93% /
devtmpfs 459M 0 459M 0% /dev
tmpfs 463M 0 463M 0% ...
2
votes
1
answer
758
views
Why can't install specified mariadb version with readline library?
My os info:
uname -a
Linux debian 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux
Locale setting:
locale
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="en_US.UTF-8"
...
1
vote
0
answers
201
views
Dovecot - password query syntax error
Whenever Thunderbird attempts to connect to my server I receive an error in the maillog of
dovecot: auth-worker(32527): Error: sql(admin,xxx.xxx.xxx.xxx,): Password query failed: You have an error in ...
1
vote
1
answer
908
views
How to query mysql from cron script?
I have the following code in my script:
mapfile results < <(mysql --batch -u $DB_USERNAME -p$DB_PASSWORD $DB_DATABASE < query.sql)
and it works fine if running from command line. But if ...