Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6096031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:52:45+00:00 2026-05-23T12:52:45+00:00

I am running an Ubuntu Server. I would like for it to have a

  • 0

I am running an Ubuntu Server. I would like for it to have a Python (v3.2) CGI script that would connect, and run a query, to the local MySQL database I have set up. Currently, the only things I found don’t support Python 3.2. Please do not suggest switching to an earlier version of Python, because that is not an option for me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:52:46+00:00Added an answer on May 23, 2026 at 12:52 pm

    pymysql – Pure Python MySQL client is very good.
    It works with Python 3.x, and doesn’t have any dependencies.

    This pure Python MySQL client provides a DB-API to a MySQL database by talking directly to the server via the binary client/server protocol.

    Example:

    import pymysql
    conn = pymysql.connect(host='127.0.0.1', unix_socket='/tmp/mysql.sock', user='root', passwd=None, db='mysql')
    cur = conn.cursor()
    cur.execute("SELECT Host,User FROM user")
    for r in cur:
        print(r)
    cur.close()
    conn.close()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

for a certain folder on my local Apache-Server (running with Ubuntu) I'd like that
I have a laptop running Ubuntu that I would like to act as a
I have a server that is running Ubuntu Linux Server Edition. I once had
Our setup as follows: We have a local development server running Ubuntu, with a
I have a bluetooth server running on my Ubuntu desktop written using PyBlueZ. That
I have created a Python script that I want to run daily via a
I have a large (100+ tables) SQL Server 2005 database that I would like
I have a PHP server at home for development. It is running: Ubuntu 9.10
I have two websites running on my own root server (ubuntu/nginx/php-fpm). Now I want
Im running a Apache2 server on Ubuntu 11.10 and Id like to time HTTP

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.