Skip to content

Latest commit

 

History

History

database

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HOW TO CONNECT PYTHON WITH MYSQL OR PHPMYADMIN AND EXAMPLES

Note: I'm using VS Code Editor. Note: Easy to download xampp server or mysql and connect that with python just by installing connector.

YouTube Videos and related Playlist Details which helps to better understand the code on heyKyaKaru channel

  1. YouTube Channel Link
  2. Python Couse in Hindi Playlist
  3. Tips and Tricks for Programming
  4. PHP Projects
  5. About Our Platform
  6. Live Python Couser in Hindi

STEPS TO SETUP PYTHON WITH PHPMYADMIN

  1. First to download XAMPP SERVER
  2. Insall XAMPP Server and start apache and mysql by clicking on start button

XAMPP SERVER

  1. Then by using pip install connector by running this command on cmd or terminal python -m pip install mysql-connector

By following these 3 steps you'll setup phpmyadmin with your python platform In this folder you get the code of mysql and python to perform different kind of activites.