Skip to main content

Questions tagged [mariadb]

Filter by
Sorted by
Tagged with
2 votes
1 answer
74 views

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 ....
jcubic's user avatar
  • 10.4k
3 votes
1 answer
46 views

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 (...
Stefan Bollmann's user avatar
0 votes
0 answers
40 views

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 ...
Jesse MacDougall's user avatar
0 votes
0 answers
44 views

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 ...
asparukh's user avatar
3 votes
0 answers
82 views

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 ...
executable's user avatar
0 votes
0 answers
234 views

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)...
Dennis 's user avatar
  • 101
-1 votes
1 answer
199 views

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): ...
FLAK-ZOSO's user avatar
  • 101
0 votes
1 answer
79 views

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 ...
Gatito's user avatar
  • 3
0 votes
1 answer
507 views

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 ...
MrCarrot's user avatar
  • 101
0 votes
0 answers
281 views

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 ...
Stacker12345's user avatar
0 votes
0 answers
87 views

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... ...
Teal_cfr's user avatar
1 vote
0 answers
55 views

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 ...
Mushtaq Ahmad's user avatar
0 votes
1 answer
58 views

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 -...
Tolga Ozses's user avatar
1 vote
1 answer
2k views

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....
Tolga Ozses's user avatar
0 votes
1 answer
498 views

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 ...
alois netgen's user avatar
0 votes
1 answer
86 views

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....
Christos Hayward's user avatar
0 votes
1 answer
838 views

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. &...
genesis lubrigas's user avatar
0 votes
1 answer
2k views

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 ...
Brian's user avatar
  • 292
2 votes
1 answer
3k views

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/...
pod's user avatar
  • 31
0 votes
1 answer
2k views

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, ...
mike rodent's user avatar
  • 1,226
2 votes
2 answers
4k views

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. ...
A Simple Bovine's user avatar
0 votes
1 answer
144 views

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% ...
Francisco de Javier's user avatar
2 votes
1 answer
758 views

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" ...
showkey's user avatar
  • 601
1 vote
0 answers
201 views

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 ...
Atzin's user avatar
  • 11
1 vote
1 answer
908 views

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 ...
Dims's user avatar
  • 3,465