简体   繁体   中英

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

I am trying to install Mysql server on Ubuntu. But it's not working as expected, show me the error

"E:Unable to locate package mysql-admin"

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

MySQL Admin和MySQL Query Browser 都已于 2009年12月18日停止使用 。这两个工具都已被MySQL Workbench取代,你可以从MySQL网站下载它作为一个单独的软件包。

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