Ubuntu "E: Unable to Locate Package MySQL "

Ubuntu E: Unable to locate package mysql

There is no package with the name of 'mysql' in the repositories.

If you would like to to connect other mysql servers, you need the mysql-client package: sudo apt-get install mysql-client.

If you want to host a database you need the mysql-server package: sudo apt-get install mysql-server.

Installation guide: https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-16-04

Unable to install MySQL in Ubuntu 18.04.4 LTS

try running the command before installingsudo apt-get update && sudo apt-get dist-upgrade

Unable to locate package mysql admin and query browser (Ubuntu)

Open The Terminal
Follow These Steps

STEP-1. sudo apt-add-repository 'deb http://www.tolaris.com/apt/ precise main'

STEP-2. wget -q http://www.tolaris.com/apt/tolaris-keyring.gpg -O- | sudo apt-key add -

STEP-3. sudo apt-get update

STEP-4. sudo apt-get install mysql-query-browser

Installing workbench on ubuntu

try this:

download snapd service using apt-get

sudo apt-get install snapd

after that install workbench

sudo snap install mysql-workbench-community

when it's done You need to enter a command to allow this package to access the service. The command is:

sudo snap connect mysql-workbench-community:password-manager-service :password-manager-service



Related Topics



Leave a reply



Submit