MySQL 在 Linux Ubuntu 12.04 上安装 Navicat
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16493176/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Install Navicat on Linux Ubuntu 12.04
提问by DanielAttard
How do I install Navicat on Ubuntu Desktop 12.04?
如何在 Ubuntu Desktop 12.04 上安装 Navicat?
I have just configured a new Ubuntu 12.04. Because I'm not so familiar with the command line, I prefer to use Ubuntu Desktop so that I can have a GUI. Now I need to install a front-end to connect with MySQL.
我刚刚配置了一个新的 Ubuntu 12.04。因为我对命令行不太熟悉,所以我更喜欢使用 Ubuntu 桌面,这样我就可以有一个 GUI。现在我需要安装一个前端来连接 MySQL。
I prefer to use Navicat in a MAC environment, so I was hoping to install Navicat on the Ubuntu machine. I downloaded a Linux copy of Navicat for MySQL from here:
我更喜欢在 MAC 环境中使用 Navicat,所以我希望在 Ubuntu 机器上安装 Navicat。我从这里下载了 Navicat for MySQL 的 Linux 副本:
http://www.navicat.com/download/navicat-for-mysql
http://www.navicat.com/download/navicat-for-mysql
The problem I am having is that I don't know how to install the program after it has been downloaded. There is a navicat.exe file in the navicat folder, but that seems to be for a DOS/Windows environment.
我遇到的问题是我不知道如何在下载后安装程序。navicat 文件夹中有一个 navicat.exe 文件,但这似乎是针对 DOS/Windows 环境的。
I just can't figure out how to install Navicat onto Ubuntu Desktop 12.04. Anyone have any ideas? Thanks.
我就是不知道如何将 Navicat 安装到 Ubuntu Desktop 12.04 上。谁有想法?谢谢。
回答by peterm
You need to download Linux version of Navicat
你需要下载Linux 版本的 Navicat
And per online manual
并根据在线手册
Installation for Download Version
- Open or Save the gzip file.
- Extract the file into anywhere you wish.
- Open the unziped folder.
- Double-click start_navicat to start your Navicat. Please note that it would take a while for starting-up.
- A Registration screen will then be popup, key in the Registration Key (16 digit) and click Activate to online activate the key.
下载版安装
- 打开或保存 gzip 文件。
- 将文件解压缩到您希望的任何位置。
- 打开解压后的文件夹。
- 双击 start_navicat 来启动你的 Navicat。请注意,启动需要一段时间。
- 然后将弹出注册屏幕,输入注册密钥(16 位数字)并单击激活以在线激活密钥。
UPDATE:
更新:
if you're on 64-bit box install all 32bit libraries
如果您使用的是 64 位机器,请安装所有 32 位库
sudo apt-get install ia32-libs
install wine runtime environment
安装wine运行环境
sudo apt-get install wine