All Questions
294
questions
0
votes
1
answer
57
views
Random MySQL Server 8 on Ubuntu 20.0.4 - 2 processes trying to run gets stuck on Loading Status
I have been running into this issue now for the last 2 weeks. Our Ubuntu 20.04 server was stable and running without issue until one day it pinged me a 500 error with UpTime Robot monitoring.
When I ...
1
vote
1
answer
564
views
How to use apt to install MySQL 8.0.37 on Ubuntu 22.04
A scan detected that MySQL 8.0.36 has risks, but the latest version available for Ubuntu 22.04 is still MySQL 8.0.36. Do I need to manually download and update MySQL to 8.0.37?
https://www.oracle.com/...
0
votes
0
answers
60
views
Ubuntu 20.04: MySQL 5.7 installed but not updating
I have an Ubuntu 20.04 instance on AWS set up and running well. For various reasons it needs to be running MySQL 5.7 instead of 8. It is, and has been running MySQL 5.7 well. However I just ...
1
vote
1
answer
239
views
How do I install mysql-dev for server?
I am working on a server plugin for MySQL v8.0 (as well as a legacy plugin for v5.7) and I need to install the correct header files. I've looked around the internet and all I can find is ...
-1
votes
1
answer
141
views
Error when installing mysql-server on Ubuntu Desktop through apt
I am installing mysql-server on Ubuntu Desktop through apt.It shows that Sub-process /usr/bin/dpkg returned an error code. The concrete output of my terminal shows below(Note that I am in the root ...
1
vote
1
answer
5k
views
Help with GPG error. NO_PUB_KEY
I know this has been anwsered several times but I tried everything and I'm still getting:
W: An error occurred during the signature verification. The repository is not updated and the previous index ...
0
votes
0
answers
327
views
After apt install: Transport endpoint is not connected
I run apt install mysql-server to install mysql, but it stuck (cursor blinking, no output), so I cancelled it with Ctrl+C.
After that, every command returned "Transport endpoint is not connected&...
13
votes
1
answer
16k
views
How to fix apt update after to upgrade the mysql.list file? [duplicate]
After to did do an upgrade through VirtualBox for Ubuntu Desktop 20.04 to 22.04 - focal to jammy - at the /etc/apt/sources.list.d directory exists the mysql.list file.
According with a research was ...
0
votes
0
answers
24
views
MySQL how to fix "Key is stored in legacy trusted.gpg keyring"? [duplicate]
For Ubuntu Desktop, after when it was upgraded from 20.04 to 22.04, when the sudo apt update command is executed arises (fixed in multiple lines):
W: http://repo.mysql.com/apt/ubuntu/dists/focal/...
1
vote
1
answer
993
views
Downgrade MySQL 8.0.34 to 8.0.28
We recently migrated from CentOS to Ubuntu 22.04 LTS and have 3rd party software (AlphaCard ID Suite) which no longer connects to MySQL after moving to version 8.0.34. The vendor is telling us that ...
0
votes
0
answers
1k
views
Can't Upgrade mysql 8.0.32 to mysql 8.0.33 on Ubuntu 22.04.2 [duplicate]
1.I try to run sudo apt upgrade and also dist upgrade, still cannot upgrade, the package still kept back.
sudo apt-get upgrade mysql-server
Reading package lists... Done
Building dependency tree... ...
-1
votes
1
answer
250
views
How to remove an incomplete install for a fresh install, if all actions I can think of--remove, purge--fail with an error
An attempt to install 'mysql' on 'Ubuntu 20.04' failed and left my system in an undefined state. I would like to go back to square one for a fresh start, but both 'remove' and 'purge' fail with both '...
0
votes
0
answers
294
views
Getting error while configuring dpkg
While trying to execute the command to install mysql, getting below error while executing sudo dpkg --configure -a.
Setting up mysql-community-server (5.7.42-1ubuntu18.04) ...
AppArmor parser error ...
0
votes
1
answer
676
views
apt: mysql-client and mysql-server not upgraded
since mysql-client and mysql-server got the update to 8.0.33 they are kept back and not upgraded.
The following packages have been kept back:
mysql-client mysql-server
0 upgraded, 0 newly installed, ...
0
votes
0
answers
321
views
mysql installation error on Ubuntu 22.04
After I installed MySQL-server I got the error:
The following packages have unmet dependencies:
MySQL-cluster-community-client-core : Depends: mysql-cluster-community-client-plugins (= 8.0.32-...
1
vote
0
answers
503
views
Issue installing mysql in Ubuntu 22.04 LTS
I am new to Ubuntu and I have been trying to install mysql on Ubuntu 22.04 LTS -hosted on a virtualbox but I keep on getting the same message regardless of what I try. I have tried to uninstall mysql ...
0
votes
1
answer
831
views
installing libmysqlclient21 gives error
I am trying to install libmysqlclient21 on databricks as shown below
%sh
sudo apt-get update
sudo apt-get update -y --fix-missing
sudo apt-get install -y libmysqlclient21
But I get the below error:
0
votes
2
answers
2k
views
MySQL - Cannot update to 8.0.31 from 8.0.30 at Ubuntu 22.04.1
I have 2 updates that could not be installed automatically.
When I try to upgrade with: sudo apt upgrade then I got this message:
The following packages have been kept back: mysql-client mysql-server
...
0
votes
1
answer
244
views
apt-get upgrade fails on mysql 5.7.40-0ubuntu0.16.04.1+esm1-log
On Ubuntu 16.04 ESM, upgrades went fine for a while. When it initially upgraded MySQL to 5.7.40, it ran the post-install script successfuly - so all the tables are in good shape and everything works, ...
0
votes
0
answers
243
views
Getting dpkg error in 20.04.5 LTS version
Getting this error everytime I'm trying to install anything.
Compiling IPA dictionary for Mecab. This takes long time...
/usr/lib/mecab/mecab-dict-index: error while loading shared libraries: ...
1
vote
1
answer
2k
views
Why does Ubuntu prohibit installing both MySQL and MariaDB via Apt?
Something I've seen stump users (including myself) is that Apt won't allow both MySQL and MariaDB to be installed. For instance, here's a nearly 3-year-old AskUbuntu question on the topic, still ...
0
votes
1
answer
2k
views
Unable to install MySql in 22.04 - showing "package 'mysql-server' has no installation candidate" [duplicate]
$ sudo apt install mysql-server
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package mysql-server is not available, but is referred to by another ...
2
votes
2
answers
1k
views
Stuck at apt since it tries to set up a mysql server
when I try to run sudo apt upgrade it says
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
Then when running sudo dpkg --configure -a it says
...
0
votes
0
answers
517
views
Broken mysql-server on ubuntu 20.04
I'm attempting to install mysql-server into a fresh ubuntu:20.04 container and it is breaking during install. Some highlights about what I'm seeing are...
After creating a new container running 20.04 ...
1
vote
0
answers
528
views
Error install mysql and mysql-workbench-community for ubuntu 22.04
Since updating to ubuntu 22.04, I have faced a lot of problem when installing mysql and mysql-workbench-community. I kept having dependencies problem, which could not be resolved when installing mysql,...
1
vote
1
answer
2k
views
Is it possible to install mariadb 10.3 or mysql 5.7 in Ubuntu 22.04?
I need to install mariadb 10.3 or mysql 5.7 to work with Magento 2.3 project, but I am not able to do this via apt install. It installs only the latest versions of the soft above.
I tried to add ...
0
votes
1
answer
5k
views
Problem when installing Microsoft SQL Server 2019
I tried to install MSSQL-Server using Microsoft's guide but I get this error during the installation, I tried Synaptic but it did not work, I browsed trough Stackexchange running some terminal codes ...
0
votes
3
answers
6k
views
Issue with installation of MYSQL server/client on UBUNTU 22.04 LTS(Jammy)
I am trying to install mysql server on my Ubuntu 22.04 LTS but couldnt do that it says unmet dependencies and i tried installing the required dependencies but it didnt work.
sudo apt install mysql-...
0
votes
0
answers
721
views
Unable to upgrade due to unmet dependencies [duplicate]
Apologies up front if I'm asking a stupid question, I'm still pretty green when it comes to Linux. I am running Ubuntu Server 20.04 and trying to use sudo apt upgrade to update my system, but I get an ...
0
votes
1
answer
185
views
I accidentally installed MySQL + MariaDB-- MySQL is now unremovable, and dpkg/apt does not work [duplicate]
This is a frustrating issue regarding my own personal negligence. I had forgotten I had an instance of MariaDB installed when I installed mysql-server-8.0 onto my laptop. Unfortunately, it seems this ...
2
votes
2
answers
4k
views
Ubuntu 20.04 - Can't update mysql-client and mysql-server packages
Before updating to Ubuntu 20.04 from 18.04, I decided to first update MySQL from 5.5 to 8.0.
I then updated to Ubuntu 20.04 and all was well, until some updates for mysql-client and mysql-server came ...
1
vote
0
answers
169
views
Unable to purge MySQL
I am using an Ubuntu 20.04 VPS.
I've recently been having some issues with MySQL, so I decided the best way to fix it would be to reinstall it. So I made a backup of all my DB's and wanted to purge it....
1
vote
1
answer
3k
views
Install python-mysqldb for Python 2.7 in Ubuntu 20.04 - unmet dependencies
I am trying to install python-mysqldb for Python 2.7 in Ubuntu 20.04:
$ sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu bionic main'
$ sudo apt update
$ sudo apt install -y python-...
15
votes
1
answer
40k
views
MySQL: An error occurred during the signature verification [duplicate]
Through VirtualBox, even in different machines, I have 2 Ubuntu Server 20.04 instances running with the following info:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: ...
-2
votes
1
answer
10k
views
mysql-server-8.0 error blocking apt installations
I tried to update Ubuntu 20.04 after a long while, and it failed due to some MySQL error. I searched the web and the suggested answer was rm mysql directories. I did that, but it still did not solve ...
0
votes
1
answer
247
views
not able to run "sudo apt --fix-broken install" ..Please let me know the fix for the same [duplicate]
bhoopathi@it-Latitude-3510:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The ...
0
votes
0
answers
1k
views
Mysql 5.7 on Ubuntu-20.04 LTS fails
I'm following this link to install MYSQL-5.7 on Ubuntu-20.04LTS.
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.3 LTS
Release: 20.04
Codename:...
0
votes
0
answers
1k
views
Installed packages with unmet dependecies [duplicate]
Yesterday i tried to install mysql-workbench on Ubuntu 20.04 and the installation failed. The problem is that some packages installed with unmet dependencies:
sudo apt-get upgrade
Reading package ...
1
vote
1
answer
172
views
`sudo apt autoremove` returning with error messages
After running sudo apt autoremove in order to remove packages they are no longer needed I'm getting the following messages:
EDIT
Reading package lists... Done
Building dependency tree
Reading ...
0
votes
1
answer
236
views
I did apt remove mysql-common but instead ended up removing gnome-control-center and ubuntu desktop utilities along side
Start-Date: 2021-09-01 20:39:05
Commandline: apt purge mysql-server
Requested-By: user (1000)
Purge: mysql-server:amd64 (8.0.26-0ubuntu0.20.04.2)
End-Date: 2021-09-01 20:39:07
Start-Date: 2021-09-...
0
votes
1
answer
897
views
E: Sub-process /usr/bin/dpkg returned an error code (1) mysql-server-8.0 [duplicate]
When I installed xdm I got this error but i fixed it with --purge, but now I am installing mysql-server-8.0 and I get this error:
skynet@project-skynet3:/var/cache/apt/archives$ sudo apt-get upgrade
...
2
votes
1
answer
306
views
Automating (un-)installing MySQL
I am currently trying to automate the purging and reinstallation of MySQL on Ubuntu (for Vagrant). However, I am encountering various problems with that.
Here is what I have:
# Uninstall old MySQL ...
0
votes
1
answer
218
views
I can't remove mysql as I cannot stop it
I want to remove mysql-server but I cannot do so until I stop the service. However, when first downloading it, it didn't start to begin with. So now if I try and start or stop it I get the error ...
0
votes
0
answers
979
views
An error occurred, please run Package Manager from the right-click menu
An error occurred, please run Package Manager from the right-click
menu or apt- get in a terminal to see what is wrong. The error message
was: 'Error: Opening the cache (E:can not open /var/lib/apt/...
1
vote
0
answers
284
views
Unmet dependencies when trying to install MySQL with wget [duplicate]
I am installing MySQL 8.0 in Ubuntu 20.04, but I am facing an unmet dependencies issue.
First I run the command
wget https://dev.mysql.com/get/mysql-apt-config_0.8.16-1_all.deb
it successfully ...
1
vote
2
answers
3k
views
Broken MySQL Installation, Cant Install or Uninstall
So, ive installed MySQL but in the middle my PC Decided to crash and the Linux Terminal died therefore cancelling the operation... Now when i try to install it i get this
0 upgraded, 0 newly installed,...
0
votes
1
answer
189
views
Good way to update numerous packages with minimal MySQL downtime
If I run the following command:
apt list --upgradable
then there are numerous packages which need to be upgraded:
Listing... Done
grub-common/bionic-updates 2.02-2ubuntu8.23 amd64 [upgradable from: 2....
3
votes
1
answer
33k
views
how to completely remove mysql community workbench from my system
I installed an old version of MySQL Workbench which was not compatible two years ago. Recently, I decided to install MySQL Server 8.0.24 using apt but I could not connect to MySQL Workbench Community ...
0
votes
0
answers
167
views
Issues with MariaDB 10.3 development libraries and Ubuntu 20.04
Trying to install any of the MariaDB 10.3 development library packages for the version that comes with Ubuntu 20.04 seems to result in circular or unmet dependencies. I ran into this when trying to ...
0
votes
1
answer
1k
views
cannot install mysql server
Shows this error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an ...