MySQL: Available Utilities

Tags MySQL

In addition to the OIT self-service MySQL website, there are several open-source downloadable tools available to more completely manage your MySQL accounts and databases:

  • MySQL Workbench--An integrated database management GUI to provide point and click management of your MySQL databases and accounts. It is available for a number of platforms (Windows, Linux, and macOS) and can be downloaded here: http://dev.mysql.com/downloads/tools/workbench/.
  • mysql--Linux command-line based client for managing MySQL database and accounts. This client can be downloaded and installed via most Linux repositories (e.g., apt-get install mysql-client; or yum install MySQL).