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:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

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
What's the difference between dividends and distributions?
Army 2 Mile Run Standards | 2:19 Marathoner Tips - RunDreamAchieve
My Arkansas Copa
122242843 Routing Number BANK OF THE WEST CA - Wise
Repentance (2 Corinthians 7:10) – West Palm Beach church of Christ
Asian Feels Login
The Daily News Leader from Staunton, Virginia
Mcfarland Usa 123Movies
COLA Takes Effect With Sept. 30 Benefit Payment
Google Sites Classroom 6X
Chase Bank Operating Hours
How Much Is 10000 Nickels
The Haunted Drury Hotels of San Antonio’s Riverwalk
Weather In Moon Township 10 Days
The Many Faces of the Craigslist Killer
Breakroom Bw
WWE-Heldin Nikki A.S.H. verzückt Fans und Kollegen
Maplestar Kemono
Kitty Piggy Ssbbw
How do I get into solitude sewers Restoring Order? - Gamers Wiki
Yakimacraigslist
U Arizona Phonebook
Gia_Divine
Orange Pill 44 291
Laveen Modern Dentistry And Orthodontics Laveen Village Az
Walmart Near South Lake Tahoe Ca
Imouto Wa Gal Kawaii - Episode 2
Netspend Ssi Deposit Dates For 2022 November
Tracking every 2024 Trade Deadline deal
2021 Tesla Model 3 Standard Range Pl electric for sale - Portland, OR - craigslist
Core Relief Texas
Transformers Movie Wiki
Rund um die SIM-Karte | ALDI TALK
Utexas Baseball Schedule 2023
Newcardapply Com 21961
Ni Hao Kai Lan Rule 34
Restored Republic December 9 2022
Sept Month Weather
9 oplossingen voor het laptoptouchpad dat niet werkt in Windows - TWCB (NL)
Live Delta Flight Status - FlightAware
manhattan cars & trucks - by owner - craigslist
Craigslist Odessa Midland Texas
Blackwolf Run Pro Shop
Television Archive News Search Service
Rocket Lab hiring Integration & Test Engineer I/II in Long Beach, CA | LinkedIn
Hampton In And Suites Near Me
Wild Fork Foods Login
Puss In Boots: The Last Wish Showtimes Near Valdosta Cinemas
What your eye doctor knows about your health
How To Win The Race In Sneaky Sasquatch
Renfield Showtimes Near Regal The Loop & Rpx
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.