MySQL Management tools Introduction and installation of MySQL utilities tutorial

Source: Internet
Author: User
Tags zip disk usage in python

MySQL Utilities Introduction

MySQL Utilities provides a set of command-line tools for maintaining and managing MySQL servers, including:

Administrative Tools (clone, copy, compare, diff, Export, import)
Replication tools (Installation, configuration)
General tools (disk usage, redundant indexing, search metadata)

MySQL Utilities is a series of command-line tools and a more manageable task for the Python library. Libraries are written in Python, which means that no other tools and libraries need to be installed. is currently designed based on the Python2.6 version and does not support the Python3.1 version.

MySQL Utilities provides a variety of platform packages, if you do not find a corresponding platform for the package, you can compile the installation through the source code.

The latest MySQL utilities can be downloaded here: http://dev.mysql.com/downloads/utilities/

MySQL Utilities Dependent Environment

MySQL Utilities requires a Python2.6 version, all of which are written based on that version. Also, you need to connect to drive the MySQL connector/python generic version (higher than 1.0.8).

MySQL connector/python Download Address: http://dev.mysql.com/downloads/connector/python/

MySQL Utilities Source Installation

# wget-c Http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-utilities-1.5.3.zip
# Unzip Mysql-utilities-1.5.3.zip
# CD mysql-utilities-1.5.3
# python./setup.py build
# python./setup.py Install

You may be asked to install the driver first Connector/python

Yum Source Installation

The MySQL yum source can be configured and can be installed directly through Yum. MySQL Yum source use see: "How to use MySQL Yum source to install update MySQL related software package"
# yum Install Mysql-utilities.noarch
Ubuntu/debian

How the Debian system is going to download the corresponding Debian package. You can also configure the source.
# wget-c Http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-utilities_1.5.3-1debian6.0_all.deb
# dpkg-i Mysql-utilities-1.5.3-debian6.0_all.deb

Windows

x86 32-bit: Http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-utilities-1.5.3-win32.msi

x86 64-bit: Http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-utilities-1.5.3-winx64.msi

The next step is nothing.

Mac OS X

Mac OS X 10.6:http://dev.mysql.com/get/downloads/mysqlguitools/ MYSQL-UTILITIES-1.5.3-OSX10.6.DMG
Mac OS X 10.7:http://dev.mysql.com/get/downloads/mysqlguitools/ MYSQL-UTILITIES-1.5.3-OSX10.7.DMG
Mac OS X 10.8:http://dev.mysql.com/get/downloads/mysqlguitools/ MYSQL-UTILITIES-1.5.3-OSX10.8.DMG
Mac OS X 10.9:http://dev.mysql.com/get/downloads/mysqlguitools/ MYSQL-UTILITIES-1.5.3-OSX10.9.DMG

is here first, and the following section describes how to connect to a MySQL server.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.