Skip to main content

Questions tagged [mysql]

An open-source, relational database management system.

3 votes
1 answer
105 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.5k
1 vote
1 answer
67 views

sudo yum install mysql-community-devel Error: Package: libkadm5-1.15.1-50.el7.x86_64 (olbase) Requires: krb5-libs(x86-64) = 1.15.1-50.el7 Installed: krb5-libs-1.15.1-55.0.7....
Matthew Clarkson's user avatar
1 vote
1 answer
146 views

I'm running Gentoo Linux and recently needed to install mySQL (older version). The compilation was successful, however setting up the server failed. I'm on this step: https://wiki.gentoo.org/wiki/...
Igor's user avatar
  • 253
0 votes
1 answer
119 views

In my CentOS Stream Linux 9 when I run the command: yum install perl-DBD-MySQL It gives me an error: Transaction Summary ===============================================================================...
Vítor Verdura's user avatar
0 votes
1 answer
104 views

I tried installing the package "default-mysql-server" via apt. Like this sudo apt install default-mysql-server. While the install was running i got this error: Preparing to unpack .../...
S.Klatt's user avatar
0 votes
2 answers
1k views

In Debian Desktop 12 if I want to do a remote connection as client to a MySQL Server in other machine in the LAN I need use the mysql command, when it is executed happens the following: manueljordan@...
Manuel Jordan's user avatar
0 votes
0 answers
251 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 vote
1 answer
120 views

In a server that I do not have admin access I managed to make an ssh tunnel as: ssh -N -L 33308:127.0.0.1:3306 [email protected] Then I attempt to connect into mysql via the tunnel: mysql -u testusr -...
Dimitrios Desyllas's user avatar
0 votes
0 answers
233 views

I'm in the process of setting up a singe-node Slurm workstation machine and I believe I followed the process closely and everything is working just fine. See below: sudo systemctl restart slurmdbd &...
Matteo's user avatar
  • 387
0 votes
1 answer
98 views

I have Ubuntu 24.04 on a Raspberry Pi 4 and after months of working fine, today it has jumped to a load 41 for no apparent reason. Can't connect to remote MySQL instance from the server. And gitlab ...
Ken Ingram's user avatar
0 votes
0 answers
123 views

Hi I was working on installing Slurm and got most things sorted out but upon launching sudo journalctl -fu slurmdbd I get the following: Jan 25 12:49:49 ... systemd[1]: Stopped slurmdbd.service - ...
Matteo's user avatar
  • 387
2 votes
1 answer
233 views

I’m managing a production MySQL server running on a VM, and I just discovered that the general_log.CSV file in /var/lib/mysql/mysql/ has grown to 47GB, consuming almost 70% of the disk space. Here’s ...
Zakaria Ait Yakoub's user avatar
0 votes
0 answers
200 views

I have updated Debian to 11. Mysql sources list still listed buster though. So i tried to reconfigure using mysql-apt-config_0.8.24-1_all.deb which did not help. So i downloaded mysql-apt-config_0.8....
atapaka's user avatar
  • 675
0 votes
0 answers
35 views

I have an Ubuntu VPS backup from which I need to pull MySQL data. I was trying to install mysql on my Arch linux machine and copy the /var/lib/mysql files from the backup to my system. However, I ran ...
Mod diller's user avatar
0 votes
1 answer
113 views

My setup: Network: Low spec vps server, Mail server: postfix + dovecot + mysql, OS: ubuntu 16.04 (to be upgraded once mail config is complete). I have a single domain (call it mydomain1.com) ...
Jim's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
68