MySQL Utilities is a package of utilities that are used for maintenance and administration of MySQL servers. These utilities encapsulate a set of primitive commands, and bundles them so they can be used to perform macro operations with a single command. They can be installed with MySQL Workbench or as a standalone package.
They are a set of command-line utilities and a Python library for making the common tasks easy to accomplish. The library is written entirely in Python, meaning that it is not necessary to have any other tools or libraries installed to make it work. It is currently designed to work with Python v2.6 or later and there is no support for Python v3.1.
MySQL Database Service. MySQL Database Service is a fully managed database service to deploy cloud-native applications using the world’s most popular open source database. It is 100% developed, managed and supported by the MySQL Team. Internet Utilities Navicat for MySQL. Free Trial Driver Booster 6 PRO (60% OFF when you buy) Navicat for MySQL for Mac. 9,959 downloads Updated: September 15, 2020 Trial. Review Free Download specifications 100% CLEAN report malware.
MySQL command-line utilities on OSX I was looking for mysql command-line utilities on my mac and couldn't seem to find them. Admittedly, I wasn't looking all that thoroughly. Download the latest version of MySQL Connector/ODBC for Mac - Connect MySQL server to ODBC database API. Read 2 user reviews of MySQL Connector/ODBC on MacUpdate. Browse apps categories. System Utilities Graphics & Design Business Developer Tools Education. Security Internet Utilities Photography Productivity Antivirus. Download MySQL Utilities for free. MySQL Utilities provides a collection of command-line utilities that are used for maintaining and administering MySQL servers, including: - Admin Utilities (Clone, Copy, Compare, Diff, Export, Import, User Management).
The utilities are available under the GPLv2 license, and are extendable using the supplied library.
Installing The MySQL Utilities
MySQL Utilities development is managed elsewhere, and requires a separate download. Attempting to start the MySQL Utilities when they are not installed will prompt for a download and their installation. See the MySQL Utilities manual for additional information.
MySQL Workbench searches for the mysqluc MySQL Utility in the system PATH
to determine if the MySQL Utilities are installed.
Opening MySQL Utilities From MySQL Workbench
To open the MySQL Utility mysqluc (MySQL Utilities Unified Console) from MySQL Workbench, click Tools and then Start Shell for MySQL Utilities from the menu. The following output shows the MySQL Utilities console window with the help
command executed.
Mysql Utilities Mac Os
2.4.2 Installing MySQL on OS X Using Native Packages
Before proceeding with the installation, be sure to stop all running MySQL server instances by using either the MySQL Manager Application (on OS X Server), the preference pane, or mysqladmin shutdown on the command line.
To install MySQL using the package installer:
Download the disk image (
.dmg
) file (the community version is available here) that contains the MySQL package installer. Double-click the file to mount the disk image and see its contents.Figure 2.14 MySQL Package Installer: DMG Contents
Double-click the MySQL installer package. It will be named according to the MySQL version and the OS X version you have chosen. For example, if you have downloaded the package for MySQL 5.6.51 and OS X 10.8, double-click
mysql-5.6.51-osx-
.10.8-x86_64
.pkgYou will be presented with the opening installer dialog. Click to begin installation.
Figure 2.15 MySQL Package Installer: Introduction
If you have downloaded the community version of MySQL, you will be shown a copy of the relevant GNU General Public License. Click and then to continue.
From the Installation Type page you can either click to execute the installation wizard using all defaults, click to alter which components to install (MySQL server, Preference Pane, Launchd Support -- all enabled by default).
Although the option is visible, the installation location cannot be changed.
Figure 2.16 MySQL Package Installer: Installation Type
Figure 2.17 MySQL Package Installer: Customize
Click to begin the installation process.
Once the installation has been completed successfully, you will be shown an Install Succeeded message with a short summary. Now, the wizard and begin using the MySQL server.
Figure 2.18 MySQL Package Installer: Summary
MySQL server is now installed, but it is not loaded (or started) by default. Use either launchctl from the command line, or start MySQL by clicking 'Start' using the MySQL preference pane. For additional information, see Section 2.4.3, “Installing a MySQL Launch Daemon”, and Section 2.4.4, “Installing and Using the MySQL Preference Pane”. Use the MySQL Preference Pane or launchd to configure MySQL to automatically start at bootup.
When installing using the package installer, the files are installed into a directory within /usr/local
matching the name of the installation version and platform. For example, the installer file mysql-5.6.51-
installs MySQL into osx10.8-x86_64.dmg
/usr/local/mysql-5.6.51-osx10.8-x86_64/
. The following table shows the layout of the installation directory.
Table 2.7 MySQL Installation Layout on OS X
Mysql Utilities 1.6
Directory | Contents of Directory |
---|---|
bin , scripts | mysqld server, client and utility programs |
data | Log files, databases |
docs | Helper documents, like the Release Notes and build information |
include | Include (header) files |
lib | Libraries |
man | Unix manual pages |
mysql-test | MySQL test suite |
share | Miscellaneous support files, including error messages, sample configuration files, SQL for database installation |
sql-bench | Benchmarks |
support-files | Scripts and sample configuration files |
/tmp/mysql.sock | Location of the MySQL Unix socket |
Mysql Utilities For Mac Osx
During the package installer process, a symbolic link from /usr/local/mysql
to the version/platform specific directory created during installation will be created automatically.