简体   繁体   中英

E: Unable to locate package mysql E: Unable to locate package server

我在linux终端怎么办。我正在尝试在我的系统中安装mysql

This error is because the package 'mysql' is not found in systems repositorys list (and to my knowlege, does not exist).

However, the 'mysql-server' package does exist (assumining you want the server) and it can be instaled by ( Install MySQL using APT ):

sudo apt-get update
sudo apt-get install mysql-server

There are also different ways that MySQL can be installed outlined on the MySQL Website:MySQL Installtion Options

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM