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 6994339
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T19:52:48+00:00 2026-05-27T19:52:48+00:00

I am creating a table in using MYSQLdb in Python tdesc = CREATE TABLE

  • 0

I am creating a table in using MYSQLdb in Python

tdesc  = "CREATE TABLE " + self.table_name + " ("
        tdesc  = tdesc + "title VARCHAR(500), "
        tdesc  = tdesc + "DbLink VARCHAR(500), "
        tdesc  = tdesc + "abstract VARCHAR(3000), "
        tdesc  = tdesc + "WikiLink VARCHAR(5000),"
        tdesc  = tdesc + "PRIMARY KEY (DbLink)"
        tdesc  = tdesc + ")"
        self.cursor = self.conn.cursor ()

File “C:\Python27\lib\site-packages\MySQLdb\cursors.py”, line 174, in execute
self.errorhandler(self, exc, value)
File “C:\Python27\lib\site-packages\MySQLdb\connections.py”, line 36, in defaulterrorhandler
raise errorclass, errorvalue
OperationalError: (1071, ‘Specified key was too long; max key length is 767 bytes’)

yes my key is a bit long string. Could some one guide me how shall I deal with this key issue?

  • 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-27T19:52:48+00:00Added an answer on May 27, 2026 at 7:52 pm

    Without telling us what that DBLink column is supposed to do it is kind of hard to solve this …

    Your key is too long, there are no two ways about it. You can do two things, either you make the DBLink column smaller. Or, alternatively, you could create a new primary key, say an auto-incremented id, and add a unique constraint to your DBLink column.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My scenario..Im using SqlCompactServer Edition .I'm creating table Create Table SSr( name nvarchar(400),id int
I am creating a table using the python module reportlab. In this table, I
I have a table created using Python + Sqlite3 c.execute('CREATE TABLE IF NOT EXISTS
I am creating table in MySql by using the coomand, create table person (
I am creating a large table dynamically using Javascript. I have realised the time
I'm attempting at creating a menu from a table using the Suckerfish css menu
I'm using the following org.eclipse.jface.viewers.CheckboxCellEditor.CheckboxCellEditor(Composite parent) I'm creating a table viewer with cellEditors and
In runtime I'm creating a DataTable and using nested for-loops to populate the table.
I'm using MyFaces 1.1.7 with Facelets and Tomahawk. When creating a regular data table,
I'm creating a table that looks something like this. CREATE TABLE packages ( productCode

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.