Install Mysql In Macos
Install MySQL Step 9 – Installation Completes: the installation completes. Click the Finish button to close the installation wizard and launch the MySQL Workbench. In this tutorial, you have learned how to install MySQL on your Windows system using the MySQL installer. MySQL Shell is a component that you can install separately. MySQL Shell supports X Protocol and enables you to use X DevAPI in JavaScript or Python to develop applications that communicate with a MySQL Server functioning as a document store. For information about using MySQL as a document store, see Using MySQL as a Document Store.
Latest versionReleased:
Python interface to MySQL
Project description
MySQLdb is an interface to the popular MySQL database server forPython. The design goals are:
- Compliance with Python database API version 2.0 [PEP-0249]
- Thread-safety
- Thread-friendliness (threads will not block each other)
MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currentlysupported. Python-3.0 will be supported in a future release.PyPy is supported.
MySQLdb is Free Software.
[PEP-0249] | http://www.python.org/peps/pep-0249.html |
Release historyRelease notifications | RSS feed
1.2.5
1.2.4
1.2.4c1 pre-release
1.2.4b5 pre-release
1.2.4b4 pre-release
1.2.4b3 pre-release
1.2.4b2 pre-release
1.2.4b1 pre-release
1.2.3
1.2.3c1 pre-release
1.2.3b2 pre-release
1.2.3b1 pre-release
1.2.2
1.2.2c1 pre-release
1.2.2b3 pre-release
1.2.2b2 pre-release
1.2.2b1 pre-release
1.2.1
1.2.1c6 pre-release
1.2.1c5 pre-release
1.2.1c4 pre-release
1.2.1_p2
1.2.0
1.1.10
1.1.9
1.1.8
1.0.1
1.0.0
0.9.2
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size MySQL-python-1.2.5.win32-py2.7.exe (1.1 MB) | File type Windows Installer | Python version 2.7 | Upload date | Hashes |
Filename, size MySQL-python-1.2.5.zip (108.9 kB) | File type Source | Python version None | Upload date | Hashes |
Hashes for MySQL-python-1.2.5.win32-py2.7.exe
Algorithm | Hash digest |
---|---|
SHA256 | ab22d1322099098730a57fd59d610f60738f95a1cb68dacca2d1c47cb0cbe8ee |
MD5 | 6f43f42516ea26e79cfb100af69a925e |
BLAKE2-256 | 2706596ae3afeefc0cda5840036c42920222cb8136c101ec0f453f2e36df12a0 |
Hashes for MySQL-python-1.2.5.zip
Algorithm | Hash digest |
---|---|
SHA256 | 811040b647e5d5686f84db415efd697e6250008b112b6909ba77ac059e140c74 |
MD5 | 654f75b302db6ed8dc5a898c625e030c |
BLAKE2-256 | a5e951b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad |
Summary: in this tutorial, you will learn step by step how to install MySQL on the Windows platform using the MySQL Installer. After the tutorial, you will have a MySQL server and its tools up and running on your system for learning and practicing.
Note that if you use other operating system platforms such as Linux and macOS, you use the following tutorial:
Download MySQL Installer
If you want to install MySQL on the Windows environment, using MySQL installer is the easiest way. MySQL installer provides you with an easy-to-use wizard that helps you to install MySQL with the following components:
- MySQL Server
- All Available Connectors
- MySQL Workbench with Sample Data Models
- MySQL Notifier
- Tools for Excel and Microsoft Visual Studio
- MySQL Sample Databases
- MySQL Documentation
To download MySQL installer, go to the following link http://dev.mysql.com/downloads/installer/. There are two installer files:
- If you are connecting to the internet while installing MySQL, you can choose the online installation version
mysql-installer-web-community-<version>.exe
. - In case you want to install MySQL offline, you can download the
mysql-installer-community-<version>.exe
file.
Install MySQL via MySQL Installer
To install MySQL using the MySQL installer, double-click on the MySQL installer file and follow the steps below:
Install MySQL Step 1: Windows configures MySQL Installer
Install MySQL Step 2 – Welcome Screen: A welcome screen provides several options. Choose the first option: Install MySQL Products
Install MySQL Step 3 – Download the latest MySQL products: MySQL installer checks and downloads the latest MySQL products including MySQL server, MySQL Workbench, etc.
Install MySQL Step 4: Click the Next button to continue
Install MySQL Step 5 – Choosing a Setup Type: there are several setup types available. Choose the Full option to install all MySQL products and features.
Install MySQL Step 6 – Checking Requirements
Install Mysql Macos Homebrew
Install MySQL Step 7 – Installation Progress: MySQL Installer downloads all selected products. It will take a while, depending on which products you selected and the speed of your internet connection.
Install MySQL Step 7 – Installation Progress: downloading Products in progress.
Install MySQL Step 7 – Installation Progress: Complete Downloading. Click the Next button to continue…
Install MySQL Step 8 – Configuration Overview. Click the Next button to configure MySQL Database Server
Install MySQL Step 8.1 – MySQL Server Configuration: choose Config Type and MySQL port (3006 by default) and click Next button to continue.
Install Mysql Macos High Sierra
Install MySQL Step 8.1 – MySQL Server Configuration: choose a password for the root
account. Please note the password download and keep it securely if you are installing MySQL database server on a production server. If you want to add a more MySQL user, you can do it in this step.
Install MySQL Step 8.1 – MySQL Server Configuration: choose Windows service details including Windows Service Name and account type, then click Next button to continue.
Install MySQL Step 8.1 – MySQL Server Configuration – In Progress: MySQL Installer is configuring MySQL database server. Wait until it is done and click the Next button to continue.
Install MySQL Step 8.1 – MySQL Server Configuration – Done. Click the Next button to continue.
Install MySQL Step 8.2 – Configuration Overview: MySQL Installer installs sample databases and sample models.
Install Mysql Macos Mojave
Install MySQL Step 9 – Installation Completes: the installation completes. Click the Finish button to close the installation wizard and launch the MySQL Workbench.
Install Mysql Macos Big Sur
In this tutorial, you have learned how to install MySQL on your Windows system using the MySQL installer.