`
rkikbs
  • 浏览: 20424 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

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.
  • 大小: 256.6 KB
  • 大小: 26.1 KB
  • 大小: 81.6 KB
  • 大小: 148.8 KB
  • 大小: 96.6 KB
分享到:
评论

相关推荐

    python安装mysql-python简明笔记(ubuntu环境)

    ubuntu 系统下进行的操作 首先安装了pip工具 sudo apt-get install python-pip 然后使用 sudo pip install mysql-python 安装第三方库.但是此时报错 sh: mysql_config: not found Traceback (most recent call ...

    ubuntu 安装mysql apache2 php5

    ubuntu 安装mysql apache2 php5

    matlab连接mysql

    MATLAB提供了数据库连接工具箱,使得用户可以方便地与各种数据库系统,包括MySQL,进行交互。以下将详细介绍如何使用MATLAB连接MySQL,以及相关的MATLAB代码。 首先,确保你已经在MATLAB的工作环境中安装了数据库...

    可视化MySQL数据库控制台

    7. **跨平台支持**:许多MySQL可视化工具支持Windows、Mac OS X和Linux等多种操作系统,确保在不同环境下都能使用。 8. **连接管理**:用户可以保存多个数据库服务器的连接信息,方便快速切换和管理不同的数据库...

    ubuntu10下qt4-designer+mysql酒店管理系统

    通过这个项目,开发者可以深入理解如何在Linux环境下使用Qt4-Designer进行GUI设计,同时学习如何配置和使用MySQL数据库,以及如何在Qt应用程序中连接和操作数据库。这不仅有助于提升开发者的技能,也为其他类似项目...

    ubuntu下编写的图书管理系统

    在Ubuntu环境下开发学生管理系统,可以利用其丰富的开源软件资源和强大的命令行工具,降低开发成本,提高系统的稳定性和安全性。 1. **学生注册**:学生注册是系统的基本功能之一。通常,这涉及到用户界面的设计,...

    PHP+Apache+mysql+mysqlfront

    MySQLfront是MySQL的图形用户界面(GUI),使得数据库管理变得更加简单,特别是对于不熟悉SQL命令行的用户。通过MySQLfront,你可以轻松地创建和管理数据库,执行SQL查询,导入和导出数据,以及监控数据库性能。它为...

    Ubuntu下wxWidgets学生信息管理soci

    在Ubuntu操作系统中,开发一个学生信息管理系统可以采用多种技术,其中一种是利用wxWidgets库创建图形用户界面(GUI),并结合soci库处理数据库操作。本文将深入探讨这两个关键组件以及如何在Ubuntu环境下将它们整合...

    ubuntu学习指南

    Ubuntu使用APT(Advanced Package Tool)作为其包管理系统,用户可以通过命令行或GUI工具(如Software Center)轻松安装、更新和卸载软件。此外,Ubuntu还提供了PPA(Personal Package Archives)来获取非官方软件源...

    mysql-apt-config_0.8.10-1_all.deb

    ubuntu18.04 下安装 mysql 2.7.22 需要用到 ! ------------------------------------------------------------- mysql-server是服务器程序,mysql-client是客户端程序。我们可通过客户端程序来管理服务器,也可通过...

    ubuntu局域网聊天软件

    7. **软件开发**: 开发这样一款聊天软件可能涉及以下技术:使用Python的socket库或Qt的网络模块进行网络编程,SQLite或MySQL作为后端数据库存储聊天记录,Qt或GTK+作为图形用户界面(GUI)框架,以及可能的多线程和...

    基于javafx+GUI设计+mysql进行数据持久化的C/S版影院管理系统课程设计

    基于javafx GUI设计,mysql进行数据持久化的C/S版影院管理系统。 开发平台: Linux Ubuntu 18.10 开发工具 mysql 5.7 jetbrains idea 1、票的加锁 这里一些数据成员的增删改查我想说的是关于乐观锁,这个是...

    ubuntu下openmeetings的详细安装步骤

    在Ubuntu操作系统中安装OpenMeetings是一个涉及多步骤的过程,主要包括对MySQL数据库的安装和配置,以及Java Development Kit (JDK)的安装。下面将详细介绍这两个关键部分的步骤。 **硬件条件:** 在开始安装前,...

    Qt5.13 配置mysql数据库驱动.pdf

    在了解如何在Windows10和Ubuntu18系统下为Qt5配置mysql数据库驱动之前,我们需要明确几个概念。首先,Qt是一个跨平台的C++应用程序框架,广泛用于开发图形用户界面程序以及非GUI程序。Qt5是其第五个主要版本,而Qt...

    Ubuntu实用学习教程

    4. **软件管理**:Ubuntu使用apt包管理器,用户可以通过命令行或GUI工具(如Software Center)来安装、更新和卸载软件。掌握`sudo apt update`和`sudo apt install`等基本命令是每个Ubuntu用户必备的技能。 5. **...

    mysql.tar.gz_mysql linux

    在Linux系统中,MySQL通常通过包管理器进行安装,如在Ubuntu或Debian上使用`apt-get`,在CentOS或Fedora上使用`yum`。例如,对于基于Debian的系统,你可以执行以下命令来安装MySQL: ```bash sudo apt-get update ...

    mysql跨平台操作.zip

    在Windows平台上,MySQL通常通过图形用户界面(GUI)工具如MySQL Workbench进行安装和管理。安装过程包括下载安装包,按照向导步骤完成安装,并在安装后设置root用户的密码。通过Workbench,用户可以创建数据库、表...

Global site tag (gtag.js) - Google Analytics