ubuntu下mysql GUI工具

在linux下mysql GUI工具很少,找了很久,众里寻他千百度,竟然在ubuntu的新立德里面找到了。分享下:
1
##
mysql-navigator
GUI client program for MySQL database server
##

GUI client program for MySQL database server
MySQL Navigator is a MySQL database server GUI client program. The purpose
of MySQL Navigator is to provide a useful client interface to MySQL
database servers, whilst supporting multiple operating systems and
languages. You can currently import/export database, enter queries, get
result sets, edit scripts, run scripts, add, alter, and delete users, and
retrieve client and server information.

Homepage: http://sourceforge.net/projects/mysqlnavigator/


2
##
mysql-query-browser
Official GUI tool to query MySQL database
##
Official GUI tool to query MySQL database
MySQL Query Browser is a visual database query tool with a syntax
highlighting SQL editor. The result tables of may be edited
before changes are committed to the database.

mysql 官方资料(http://dev.mysql.com/doc/administrator/en/starting-guitools-linux.html)
6.2. Running Under Linux
Under Linux, the names of the executable files in the MySQL GUI Tools suite are:

mysql-administrator

mysql-query-browser

Note
There is no Linux version of MySQL Migration Toolkit.

If you installed MySQL GUI Tools to the /opt directory using the tar archive file, change into the /opt/mysql-gui-tools-version directory to run any one of the MySQL GUI Tools.

To run MySQL Administrator you would type:

shell> ./mysql-administrator

However, adding /opt/mysql-gui-tools-version to the PATH variable makes it much simpler to run MySQL GUI Tools — you need not worry about your present working directory.

When installed from RPM files, the MySQL GUI Tools are found in the /usr/bin directory. This directory is usually included in the PATH variable, so running any one of the MySQL GUI Tools simply requires typing the executable file name, regardless of your current directory. For example:

shell> mysql-administrator
For those distributions that create menu items, you may also, of course, start any one of the tools by choosing the menu item.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
### 回答1: UbuntuGUI 版本可以通过命令行界面 (CLI) 进行操作。以下是一些常用的命令和操作: 1. 登录系统:在启动时输入用户名和密码即可登录系统。 2. 安装软件包:使用 apt-get 命令安装软件包,例如 `sudo apt-get install <package_name>`。 3. 更新软件包:使用 apt-get 命令更新软件包,例如 `sudo apt-get update`。 4. 卸载软件包:使用 apt-get 命令卸载软件包,例如 `sudo apt-get remove <package_name>`。 5. 查看系统信息:使用 uname 命令查看系统信息,例如 `uname -a`。 6. 查看进程信息:使用 ps 命令查看正在运行的进程信息,例如 `ps aux`。 7. 启动/停止服务:使用 systemctl 命令启动或停止服务,例如 `sudo systemctl start <service_name>` 或 `sudo systemctl stop <service_name>`。 此外,您还可以使用其他命令来执行其他操作,例如创建文件、复制文件、移动文件等。需要注意的是,无 GUI 版本的 Ubuntu 操作系统需要通过命令行工具来进行操作,所以需要有一定的命令行经验。 ### 回答2: Ubuntu的无 GUI 版本通常称为"Ubuntu Server"。这个版本主要用于搭建服务器、网络服务以及开发环境等,不提供图形化界面,所有操作都需要在命令行界面完成。下面是一些使用无 GUI 版本的基本步骤: 1. 安装Ubuntu Server:从Ubuntu官方网站下载并制作一个Ubuntu Server的安装媒介,例如USB盘或DVD。将安装媒介插入计算机,启动计算机并按照屏幕上的提示进行安装。 2. 登录系统:安装完成后,系统将要求你输入用户名和密码进行登录。这将进入命令行界面。 3. 更新和升级系统:首先,使用以下命令更新系统软件包的列表: ``` sudo apt update ``` 然后,使用以下命令升级系统软件包: ``` sudo apt upgrade ``` 4. 安装其他软件:你可以使用apt命令安装其他需要的软件,例如Web服务器(如Apache、NGINX)、数据库(如MySQL、PostgreSQL)、开发工具等。通过命令行安装的软件将自动配置并在后台运行。 5. 配置网络:使用命令行工具配置网络设置,例如设置静态 IP 地址、DNS 服务器等。你可以编辑网络配置文件,如/etc/netplan/文件夹下的配置文件。 6. 运行服务:无 GUI 版本通过systemd等工具来管理和运行各种服务。使用以下命令启动、停止或重启一个服务: ``` sudo systemctl start service_name sudo systemctl stop service_name sudo systemctl restart service_name ``` 7. 配置防火墙:为了加强服务器的安全性,你可以配置防火墙来限制允许访问服务器的网络流量。Ubuntu ServerGUI版本默认使用ufw(Uncomplicated Firewall)作为防火墙管理工具。你可以使用类似以下的命令配置防火墙: ``` sudo ufw enable sudo ufw allow ssh sudo ufw allow http sudo ufw allow https ``` 这些是使用UbuntuGUI版本的一些基本步骤和命令,让你能够建立和管理一个基本的服务器环境。随着你的经验和需求的增长,你可以进一步探索更多功能和配置选项。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值