Friday, April 19, 2024
 Popular · Latest · Hot · Upcoming
48
rated 0 times [  48] [ 0]  / answers: 1 / hits: 90036  / 2 Years ago, sun, may 22, 2022, 9:43:39

In terminal I run next commands:



sudo apt-get install mysql-server
sudo apt-get install mysql-admin
sudo apt-get install mysql-query-browser


With first command - all ok.



But for latest two commands: Unable to locate package.



My question: Why I can't install admin and query browser?


More From » apt

 Answers
0

MySQL has officially declared EOL (End of Life) for Query Browser. You can check it on http://dev.mysql.com/doc/query-browser/en/



MySQL Workbench Install mysql-workbench is its replacement and its now available in Ubuntu 12.04 repositories:



sudo apt-get install mysql-workbench


All features are supported by Workbench.



Install via the software center


[#39342] Monday, May 23, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
amacal

Total Points: 457
Total Questions: 102
Total Answers: 116

Location: Thailand
Member since Thu, Apr 22, 2021
3 Years ago
;