#63 MySQL Workbench Setup | Python Database Connection




MySQL Basics : https://goo.gl/WmZR32 SQL Basics : https://goo.gl/WbF3fc Python Tutorial to learn Python programming with examples Complete Python Tutorial …

Original source


25 responses to “#63 MySQL Workbench Setup | Python Database Connection”

  1. C:Userskkes>pip3 install mysql-connector

    Collecting mysql-connector

    Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:1056)'))': /simple/mysql-connector/

    Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:1056)'))': /simple/mysql-connector/

    Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:1056)'))': /simple/mysql-connector/

    Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:1056)'))': /simple/mysql-connector/

    Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:1056)'))': /simple/mysql-connector/

    Could not fetch URL https://pypi.org/simple/mysql-connector/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/mysql-connector/ (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:1056)'))) – skipping

    Could not find a version that satisfies the requirement mysql-connector (from versions: )

    No matching distribution found for mysql-connector

    I am getting this error. Kindly advise to resolve the issue…

  2. can anyone help me i have downloaded python 3.7 and i want to connect database. I tried python connector by msi installer but i am getting an error python 3.7 not installed. Sir please help me to sort out this problem

  3. Hello Sir,
    Thank you for your precious videos and I thoroughly enjoy your videos that your way of teaching.

    I just wanted to know what would be the process to get the password if we forget the "MySQL password"?
    Kindly let me know which command we need to use it and how we can do that process?

    I look forward to hearing your reply.

Leave a Reply