W3Schools.com (2024)

Python can be used in database applications.

One of the most popular databases is MySQL.

MySQL Database

To be able to experiment with the code examples in this tutorial, you should have MySQL installed on your computer.

You can download a MySQL database athttps://www.mysql.com/downloads/.

Install MySQL Driver

Python needs a MySQL driver to access the MySQL database.

In this tutorial we will use the driver "MySQL Connector".

We recommend that you use PIP to install "MySQL Connector".

PIP is most likely already installed in your Python environment.

Navigate your command line to the location of PIP, and type the following:

Download and install "MySQL Connector":

C:\Users\Your Name\AppData\Local\Programs\Python\Python36-32\Scripts>python -m pip install mysql-connector-python

Now you have downloaded and installed a MySQL driver.

Test MySQL Connector

To test if the installation was successful, or if you already have "MySQL Connector" installed, create a Python page with the following content:

demo_mysql_test.py:

import mysql.connector

Run example »

If the above code was executed with no errors, "MySQL Connector" is installed and ready to be used.

Create Connection

Start by creating a connection to the database.

Use the username and password from your MySQL database:

demo_mysql_connection.py:

import mysql.connector

mydb = mysql.connector.connect(
host="localhost",
user="yourusername",
password="yourpassword"
)

print(mydb)

Run example »

Now you can start querying the database using SQL statements.

W3schools Pathfinder

Track your progress - it's free!

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning.
Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness
of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved.W3Schools is Powered by W3.CSS.

W3Schools.com (2024)
Top Articles
2024 Guide: What You Need to Know to Invest in Crypto Safely
Drones are changing the roof inspection industry
Craftsman M230 Lawn Mower Oil Change
No Limit Telegram Channel
Nco Leadership Center Of Excellence
³µ¿Â«»ÍÀÇ Ã¢½ÃÀÚ À̸¸±¸ ¸íÀÎ, ¹Ì±¹ Ķ¸®Æ÷´Ï¾Æ ÁøÃâ - ¿ù°£ÆÄ¿öÄÚ¸®¾Æ
New Slayer Boss - The Araxyte
Google Sites Classroom 6X
Otterbrook Goldens
<i>1883</i>'s Isabel May Opens Up About the <i>Yellowstone</i> Prequel
Embassy Suites Wisconsin Dells
Music Archives | Hotel Grand Bach - Hotel GrandBach
Weather In Moon Township 10 Days
Hello Alice Business Credit Card Limit Hard Pull
6th gen chevy camaro forumCamaro ZL1 Z28 SS LT Camaro forums, news, blog, reviews, wallpapers, pricing – Camaro5.com
Animal Eye Clinic Huntersville Nc
Uc Santa Cruz Events
New Stores Coming To Canton Ohio 2022
Cyndaquil Gen 4 Learnset
Vanessawest.tripod.com Bundy
Wausau Marketplace
SuperPay.Me Review 2023 | Legitimate and user-friendly
Ups Drop Off Newton Ks
Imouto Wa Gal Kawaii - Episode 2
Naval Academy Baseball Roster
3Movierulz
Craigslist Brandon Vt
Stouffville Tribune (Stouffville, ON), March 27, 1947, p. 1
La Qua Brothers Funeral Home
Melissa N. Comics
Nicole Wallace Mother Of Pearl Necklace
Worlds Hardest Game Tyrone
Workday Latech Edu
Closest 24 Hour Walmart
Dallas City Council Agenda
Umiami Sorority Rankings
Sams La Habra Gas Price
Collier Urgent Care Park Shore
Craigslist List Albuquerque: Your Ultimate Guide to Buying, Selling, and Finding Everything - First Republic Craigslist
Raising Canes Franchise Cost
Trizzle Aarp
Busch Gardens Wait Times
Is The Nun Based On a True Story?
Mytime Maple Grove Hospital
Woody Folsom Overflow Inventory
Kjccc Sports
John Wick: Kapitel 4 (2023)
Value Village Silver Spring Photos
Syrie Funeral Home Obituary
Rocket League Tracker: A useful tool for every player
Dietary Extras Given Crossword Clue
Fetllife Com
Latest Posts
Article information

Author: Kareem Mueller DO

Last Updated:

Views: 5742

Rating: 4.6 / 5 (66 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Kareem Mueller DO

Birthday: 1997-01-04

Address: Apt. 156 12935 Runolfsdottir Mission, Greenfort, MN 74384-6749

Phone: +16704982844747

Job: Corporate Administration Planner

Hobby: Mountain biking, Jewelry making, Stone skipping, Lacemaking, Knife making, Scrapbooking, Letterboxing

Introduction: My name is Kareem Mueller DO, I am a vivacious, super, thoughtful, excited, handsome, beautiful, combative person who loves writing and wants to share my knowledge and understanding with you.