Mac Install Mysql Client

Installing MySQL on your own Mac. There are several different ways to install MySQL on Mac OS X. We have provided links to the most common installation methods for Mac OS X. Using the official.pkg installer. This is the fastest method for installing MySQL on your Mac, but only available for Intel processors.

  1. Install Mysql Client Mac Python
  2. Mac Mysql Client Gui
  3. Mac Osx Install Mysql Client
  4. Mac Install Mysql Server
  5. Mysql On Mac Os X
Active4 years, 10 months ago

My Mac runs Mac OS X, version 10.7.5., so it's a 64 bit system.

First, I downloaded mysql-5.5.28-osx10.6-x86_64.dmg.

Mysql has a client-only set of utilities: Mac OSX version available. This is the closest to the right answer, considering the OP wanted client only and command line. However, user16. And @JackSparrow gave the most useful instructions on what to do after install. Steps to Install MySQL Workbench 8.0 on Mac OS X Mojave Step 1. Download the Installer. Follow this link to download the latest version of MySQL Workbench 8.0 for Mac. When I write this article, the Workbench version 8.0.12 is available. Save the file to your download directory. 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.

Then I double clicked mysql-5.5.28-osx10.6-x86_64.dmg, it's mounted, and shows

  1. mysql-5.5.28-osx10.6-x86_64.pkg -> I double-clicked it to run, after clicked buttons a few times it's said to be successfully installed. However, I could not see anything in Applications.

  2. MySqlStartupItem.pkg -> I double-clicked to run, also successfully done. However, I still could not see anything in Applications.

  3. MySQL.prefPane -> I double-clicked it to run. Now I see a window jumped out, with a button Start/Stop MySQL Server, I clicked it, now it says 'The MySQL Server Instance is running'.

I'm a bit lost here:

Clap-strip, special design and powerful enough to avoid crackBuilt-in magnetic stripe, professional and resonant while being clappedComputer-graved and with printings non-lose. Where to buy clapper board. English version, beautiful and stableThe film clapboard is a production slate made of white acrylic and designed to be used with dry erase markersOrganic(Acrylic) material and non-wood produced, easy to be written or cleaned.

Q1. Why until now there's nothing in the Applications? I can't see any item or folder like mysql there. Is it that every time I want to run mysql, I have to mount the installation package?

Q2. What did MySQLStartupItem.pkg install?

Q3. Are there any client side tools inside the installation package? I mean, for example, Microsoft SQL Server for Windows, there are Microsoft SQL Server; and there are Microsoft SQL Server Management Studio, which serves as a client tool to browse databases and doing queries; also, if I download 'Microsoft SQL Server Express with Tools' package, it will install both. Does mysql-5.5.28-osx10.6-x86_64.dmg contain only the server, or also a client tool inside?

dezso
23.5k12 gold badges64 silver badges104 bronze badges
athosathos
Line

3 Answers

MySQL installs the database engine. Which you run and start from the terminal/bash/shell.

You will need to download the MySQL workbench for a GUI.

Install Mysql Client Mac Python

phpmMyAdmin is another choice which runs in the browser.

Mac Mysql Client Gui

Sounds like you have MySQL installed. You just need to setup a GUI now.

Q1. why until now there's nothing in the applications? I can't see any item or folder like mysql there. is it that every time i want to run mysql, i have to mount the installation package?

A1: The dB engine is installed you have to start and stop it using terminal window.

Q2. what does MySQLStartupItem.pkg installed?

A2: The Startup Item installation adds a variable MYSQLCOM=-YES- to the system configuration file /etc/hostconfig.

Q3. Is there any client side tools inside the installation package? I mean, for example, Microsoft SQL Server for Windows, there are Microsoft SQL Server; and there are Microsoft SQL Server Management Studio, which serves as a client tool to browse databases and doing queries; also, if i download 'Microsoft SQL Server Express with Tools' package, it will install both. does 'mysql-5.5.28-osx10.6-x86_64.dmg' contains only the server, or also a client tool inside?

A3: Lots. phpMyAdmin for browser. And MySQLWorkBench equal to SQL Server Management Studio (Browse dB's and other objects)

Craig NicholsonCraig Nicholson

You can install it via Homebrew

Mysql client for mac os

This will install the mysql deamon and the cli tool.

papanikgepapanikge

This package actually also installs the command-line interface (CLI) for MySQL, but does not put it in your $PATH.
The solution is to first run the two commands below in a terminal:

Then you can use the CLI as explained here.

Mac Osx Install Mysql Client

Nicolas Raoul

Mac Install Mysql Server

Nicolas Raoul
2491 gold badge3 silver badges15 bronze badges

Not the answer you're looking for? Browse other questions tagged mysql-5.5installationmac-os-xclient or ask your own question.

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:

  1. 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.13 MySQL Package Installer: DMG Contents


  2. 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.47 and OS X 10.8, double-click mysql-5.6.47-osx-10.8-x86_64.pkg.

  3. You will be presented with the opening installer dialog. Click to begin installation.

    Figure 2.14 MySQL Package Installer: Introduction


  4. 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.

  5. 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.15 MySQL Package Installer: Installation Type


    Figure 2.16 MySQL Package Installer: Customize


  6. Click to begin the installation process.

  7. 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.17 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.47-osx10.8-x86_64.dmg installs MySQL into /usr/local/mysql-5.6.47-osx10.8-x86_64/ . The following table shows the layout of the installation directory.

Mysql On Mac Os X

Table 2.6 MySQL Installation Layout on OS X

DirectoryContents of Directory
bin, scriptsmysqld server, client and utility programs
dataLog files, databases
docsHelper documents, like the Release Notes and build information
includeInclude (header) files
libLibraries
manUnix manual pages
mysql-testMySQL test suite
shareMiscellaneous support files, including error messages, sample configuration files, SQL for database installation
sql-benchBenchmarks
support-filesScripts and sample configuration files
/tmp/mysql.sockLocation of the MySQL Unix socket

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.