Connect Mysql Database using Python Tutorial | MySQL server and Workbench

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 119

  • @priyankashukla0240
    @priyankashukla0240 21 ชั่วโมงที่ผ่านมา +1

    After running the program I am getting "Restart shell" what to do now

  • @SheebaY-q3b
    @SheebaY-q3b หลายเดือนก่อน

    Really helpful. very very thanks sir.

  • @SwatiKathuriaGDGGS
    @SwatiKathuriaGDGGS 2 หลายเดือนก่อน

    Thanks alot for your help. Wonderful learning. Could build a successful connection. Thanks again

  • @Just_A_Tech.._
    @Just_A_Tech.._ ปีที่แล้ว

    Good work, thanks.🤝👍

  • @MRBULLSEYE3454
    @MRBULLSEYE3454 24 วันที่ผ่านมา +1

    mysql is still not connecting with python ,after i run this code it shows only " -----restart:shell-----" .
    please help

    • @unitedtoptech6288
      @unitedtoptech6288  24 วันที่ผ่านมา

      did the table get created in database? do you get any error logs?

  • @rimachakraborty1458
    @rimachakraborty1458 4 หลายเดือนก่อน

    Really Helpful , thank You so much

  • @Aravinthravi-mc9nh
    @Aravinthravi-mc9nh 7 หลายเดือนก่อน +3

    (Pip is not recognized as an internal or external command ,operable program or batch file.). I got the error how to solve this error in command prompt

    • @unitedtoptech6288
      @unitedtoptech6288  7 หลายเดือนก่อน

      You did not add the python scripts path in environment variable or check the checkbox when installing python

    • @nimu_here
      @nimu_here 2 หลายเดือนก่อน

      How to do that​@@unitedtoptech6288

    • @unitedtoptech6288
      @unitedtoptech6288  2 หลายเดือนก่อน +2

      C:\Users\\AppData\Local\Programs\Python\Python38-32\Scripts , modify this and this in your environmental variable under path

  • @official_bqpro
    @official_bqpro 2 หลายเดือนก่อน

    Thank you. You really helped a lot ❤❤

  • @dilansarith2188
    @dilansarith2188 5 หลายเดือนก่อน

    super explanation. Thank you very much

  • @rishiksahu2007
    @rishiksahu2007 5 หลายเดือนก่อน +2

    It's still showing the error👇🏻
    Traceback (most recent call last):
    File "C:/Users/Rishik/Documents/Python Programs/Python connectivity.py", line 1, in
    import mysql.connector
    ModuleNotFoundError: No module named 'mysql'

    • @unitedtoptech6288
      @unitedtoptech6288  5 หลายเดือนก่อน

      Did you pip install the packages?

    • @sahildhabu7515
      @sahildhabu7515 5 หลายเดือนก่อน

      Yes i did install the pip packages

    • @unitedtoptech6288
      @unitedtoptech6288  5 หลายเดือนก่อน

      so what error you got?

  • @Harshika__C
    @Harshika__C 6 หลายเดือนก่อน +1

    Sir when I am visiting environment system variable everything is looking same as your computer but when I am clicking on edit path the same screen or the option of adding a new path is not appearing. Instead there is option for editing just one path,the one I clicked
    Please help sir i need to do a school project

    • @unitedtoptech6288
      @unitedtoptech6288  6 หลายเดือนก่อน

      Can you try in user variable path? if system is not working

  • @user-jb9ed6pv8e
    @user-jb9ed6pv8e 5 หลายเดือนก่อน

    Sir, I'm using Windows 10 32-bit. I tried to install mySQL 5.7, like the video in 04:06 it only showed MySQL Server and Documentation, I'm not getting Applications. Do you perhaps know why did it happened?

    • @unitedtoptech6288
      @unitedtoptech6288  5 หลายเดือนก่อน

      Why do you want to install the older version?

    • @user-jb9ed6pv8e
      @user-jb9ed6pv8e 5 หลายเดือนก่อน

      @@unitedtoptech6288 because the newer version (MySQL 8. ) is not working on Windows 32-bit, Sir

    • @unitedtoptech6288
      @unitedtoptech6288  4 หลายเดือนก่อน

      Got it sir, can you try a bit newer version? 5.7 is too low

  • @mohammedAlharbi94
    @mohammedAlharbi94 10 วันที่ผ่านมา

    Thank you very much

  • @addyakumari7840
    @addyakumari7840 3 หลายเดือนก่อน +1

    Hey, I did save my sql in environment variable but then to I'm getting in the command prompt that it is not recognized as an internal or external command. Please help me.

    • @unitedtoptech6288
      @unitedtoptech6288  3 หลายเดือนก่อน

      Did you restart your cmd prompt?

    • @addyakumari7840
      @addyakumari7840 3 หลายเดือนก่อน

      @@unitedtoptech6288 Yep!

    • @unitedtoptech6288
      @unitedtoptech6288  3 หลายเดือนก่อน +1

      then you have added the wrong path

    • @addyakumari7840
      @addyakumari7840 3 หลายเดือนก่อน

      @@unitedtoptech6288 Alright I'll check again, Thanks for replying.

    • @unitedtoptech6288
      @unitedtoptech6288  3 หลายเดือนก่อน

      cool

  • @nature-p1l-y6m
    @nature-p1l-y6m 6 วันที่ผ่านมา +1

    ("CREATE TABLE customer (name VARCHAR(255), id int);") After writing this, I am getting an error when I run it.
    Please help me sir

    • @unitedtoptech6288
      @unitedtoptech6288  6 วันที่ผ่านมา +1

      can you paste the whole error that you get?

    • @nature-p1l-y6m
      @nature-p1l-y6m 6 วันที่ผ่านมา +1

      ​@@unitedtoptech6288
      Traceback (most recent call last):
      File "C:/Users/WALTON/AppData/Local/Programs/Python/Python313/demo.py", line 9, in
      cur=con.connector()
      AttributeError: 'CMySQLConnection' object has no attribute 'connector'. Did you mean: 'connect'?

    • @unitedtoptech6288
      @unitedtoptech6288  5 วันที่ผ่านมา

      con.cursor(), I used this in video, check your code

  • @MOHAMEDFOWAZMMSEC
    @MOHAMEDFOWAZMMSEC 6 หลายเดือนก่อน +1

    at 17.00 im not getting the dropdown option in tables

    • @unitedtoptech6288
      @unitedtoptech6288  6 หลายเดือนก่อน +1

      To the left in the same tab you will be having schemas, click that your database and table will be visible

    • @MOHAMEDFOWAZMMSEC
      @MOHAMEDFOWAZMMSEC 6 หลายเดือนก่อน

      @@unitedtoptech6288 yes sir I got it, I have a problem with my python connection with my SQL with SQL alchemy error to do hotel food order system, could u help

    • @unitedtoptech6288
      @unitedtoptech6288  6 หลายเดือนก่อน

      Can you paste the whole error?

    • @MOHAMEDFOWAZMMSEC
      @MOHAMEDFOWAZMMSEC 6 หลายเดือนก่อน

      I got it sir, tnx

    • @unitedtoptech6288
      @unitedtoptech6288  6 หลายเดือนก่อน +1

      Cool sir

  • @SheebaY-q3b
    @SheebaY-q3b หลายเดือนก่อน

    Inside the folder mysql server8.0, bin folder is not there. What want to do?

    • @unitedtoptech6288
      @unitedtoptech6288  หลายเดือนก่อน +1

      Ig you only installed workbench without mysql server, pls try reinstalling

  • @lekhashri3558
    @lekhashri3558 10 หลายเดือนก่อน

    Am doing my mini project using vscodes but i am working with only frontend which is html,js,css.. but i need database for that.. and now with the help of ur video i connected MySQL with python but now how can i connect this with my vscode?

    • @unitedtoptech6288
      @unitedtoptech6288  10 หลายเดือนก่อน

      So you want a way to get data from your frontend which I assume has input boxes in the UI and they need to be then stored in mysql DB with the help of python?

    • @MOHAMEDFOWAZMMSEC
      @MOHAMEDFOWAZMMSEC 6 หลายเดือนก่อน

      @@unitedtoptech6288 yes sir it showed, now i m doing a hotel food order project with python and my SQL in workbench where I'm getting SQL alchemy error where I installed it and tried many ways where it is not working, could you help

    • @unitedtoptech6288
      @unitedtoptech6288  6 หลายเดือนก่อน +1

      Can you please paste the whole error sir?

  • @MrDheeraj777
    @MrDheeraj777 2 หลายเดือนก่อน

    'python--version' is not recognized as an internal or external command,
    operable program or batch file. what should i doo

    • @unitedtoptech6288
      @unitedtoptech6288  2 หลายเดือนก่อน

      You need have space, python --version

  • @Pari-gb7wo
    @Pari-gb7wo 2 หลายเดือนก่อน

    'mysql--version' is not recognized as an internal or external command,
    operable program or batch file. this is coming what should i do sir!!!

    • @unitedtoptech6288
      @unitedtoptech6288  2 หลายเดือนก่อน

      did you have space between mysql and --version when running the cmd?

  • @prachimehta5745
    @prachimehta5745 15 ชั่วโมงที่ผ่านมา

    After writing pip install mysql-connector-python
    It showing defaulting to user installation because normal site-packages is not writeable
    Requirement already satisfied: mysql-connector-python in
    -packges(9.1.0)

    • @unitedtoptech6288
      @unitedtoptech6288  11 ชั่วโมงที่ผ่านมา

      It means you already have that package

    • @prachimehta5745
      @prachimehta5745 6 ชั่วโมงที่ผ่านมา

      @unitedtoptech6288 but in python it showing
      ModuleNotFoundError: No module named 'mysqul'

    • @unitedtoptech6288
      @unitedtoptech6288  33 นาทีที่ผ่านมา

      the spelling is wrong, you have given it as mysqul

  • @Kixishiva
    @Kixishiva 5 หลายเดือนก่อน

    This is not working for me what should I do??
    'mysql' is not recognized as an internal or external command,
    operable program or batch file.

    • @unitedtoptech6288
      @unitedtoptech6288  5 หลายเดือนก่อน

      you need to add mysql server bin path in environment variable

    • @Mahalakshmi-jr4di
      @Mahalakshmi-jr4di หลายเดือนก่อน

      ​@@unitedtoptech6288sir I did that yet it's not working

    • @unitedtoptech6288
      @unitedtoptech6288  หลายเดือนก่อน

      you need to restart cmd too after adding and check the path too

  • @sudhirdutt1
    @sudhirdutt1 6 หลายเดือนก่อน

    sir the command prompt is not showing the database"newname" in it but it is showing all the other things. What should I do?

    • @sudhirdutt1
      @sudhirdutt1 6 หลายเดือนก่อน

      and when I am running it on python it is showing this error:
      ModuleNotFoundError: No module named 'mysql.connector'; 'mysql' is not a package

    • @unitedtoptech6288
      @unitedtoptech6288  6 หลายเดือนก่อน

      Command prompt? at what timestamp do you face this?

    • @sudhirdutt1
      @sudhirdutt1 6 หลายเดือนก่อน

      @@unitedtoptech6288 13:10

    • @sudhirdutt1
      @sudhirdutt1 6 หลายเดือนก่อน

      at 13:10

    • @unitedtoptech6288
      @unitedtoptech6288  6 หลายเดือนก่อน

      Did you pip install the packages?

  • @Pb_insane
    @Pb_insane 2 หลายเดือนก่อน

    sir when i run the codding in pythhon it shows
    ===== RESTART: C:/Users/slove/AppData/Local/Programs/Python/Python312/py.py ====
    ================================ RESTART: Shell ================================

    • @unitedtoptech6288
      @unitedtoptech6288  2 หลายเดือนก่อน

      can you paste the other part of ur error?

    • @Pb_insane
      @Pb_insane 2 หลายเดือนก่อน

      @unitedtoptech6288 there is not any another error it shows only this statement restart shell

    • @unitedtoptech6288
      @unitedtoptech6288  หลายเดือนก่อน

      can you try using pycharm?

    • @Pb_insane
      @Pb_insane หลายเดือนก่อน

      @@unitedtoptech6288 what is this

    • @unitedtoptech6288
      @unitedtoptech6288  หลายเดือนก่อน

      it is a python code editor like vs code

  • @mahtha-e3q
    @mahtha-e3q 6 หลายเดือนก่อน

    when I go to service to set it up as automatic, MYSQL80 doesn't show up.

    • @unitedtoptech6288
      @unitedtoptech6288  6 หลายเดือนก่อน

      Do you have mysql in your services or not?

  • @KanilPatel
    @KanilPatel หลายเดือนก่อน

    Its says that Kernel is dead, any of you know why this might be happening and can give solution for the same,Thanks.

    • @unitedtoptech6288
      @unitedtoptech6288  หลายเดือนก่อน

      can you pls paste the whole error?

  • @bluepixel-nr2rh
    @bluepixel-nr2rh 2 หลายเดือนก่อน

    when i do print(con) i am not getting any error or output.why?

    • @unitedtoptech6288
      @unitedtoptech6288  2 หลายเดือนก่อน

      Can you pls paste the code?

    • @palkisachdeva8246
      @palkisachdeva8246 2 หลายเดือนก่อน

      sameeeeeeee

    • @palkisachdeva8246
      @palkisachdeva8246 2 หลายเดือนก่อน

      it is showing no output no error just the program is terminating

    • @unitedtoptech6288
      @unitedtoptech6288  2 หลายเดือนก่อน

      paste the code man

    • @SK-oe5fs
      @SK-oe5fs หลายเดือนก่อน

      @@unitedtoptech6288 it dosent show any output or error
      it just isnt giving any output
      after i hit run, the shell opens n thats all i can onlly see my cursor blinking n nothing coming
      this is the code i ran :-
      import mysql.connector
      con=mysql.connector.connect(host='localhost',user='root',passwd='root')
      print(con)

  • @RLingeshwaran-r3g
    @RLingeshwaran-r3g 5 หลายเดือนก่อน

    Sir for me there was folder named bin was present help pls

  • @kennethdarby899
    @kennethdarby899 4 หลายเดือนก่อน

    Great video...I typed the mysql query the same way you did but I am getting programming error: 1064 (42000)

    • @unitedtoptech6288
      @unitedtoptech6288  4 หลายเดือนก่อน +1

      it says some issue with syntax, can you pls check?

    • @kennethdarby899
      @kennethdarby899 4 หลายเดือนก่อน +1

      @@unitedtoptech6288 yes, I was missing a comma. Thank you for replying. I will subscribe

    • @unitedtoptech6288
      @unitedtoptech6288  4 หลายเดือนก่อน

      Most welcome!!

  • @MuhammadIbrahim-nb7ie
    @MuhammadIbrahim-nb7ie ปีที่แล้ว

    can you please make a video about activity diagram and sequences diagram for expense tracking app ?

  • @anbarasisrihari3088
    @anbarasisrihari3088 4 หลายเดือนก่อน

    TQ soo much

  • @monuoriginal7425
    @monuoriginal7425 2 หลายเดือนก่อน

    how to connect jupyter library with mysql

    • @unitedtoptech6288
      @unitedtoptech6288  2 หลายเดือนก่อน

      What is jupyter library? never heard it? You mean notebook?

  • @JSamuel08
    @JSamuel08 6 หลายเดือนก่อน

    thank you SO MUCH!

  • @elitezzeisa1645
    @elitezzeisa1645 5 หลายเดือนก่อน

    I LOVE YOUUUU