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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:46:32+00:00 2026-05-26T12:46:32+00:00

This is my Create table script: DROP TABLE IF EXISTS `wp_beats`; CREATE TABLE .`wp_beats`

  • 0

This is my Create table script:

DROP TABLE IF EXISTS `wp_beats`;
CREATE TABLE  .`wp_beats` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `name` varchar(512) NOT NULL,
  `filename` varchar(512) NOT NULL,
  `extension` varchar(4) NOT NULL,
  `upload_date_time` datetime NOT NULL,
  `genre_ID` int(11) NOT NULL,
  `duration` varchar(14) DEFAULT NULL,
  PRIMARY KEY (`id`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

This is my Insert Statement:

 INSERT INTO `wp_beats` (name, user_id, filename, extension, duration, upload_date_time) VALUES ("Anthony test beat", "1", "4eaab724745ee", ".mp3", " 00:04:13.88", "2011-10-28 14:08:07")

And I get this error in mysql browser:

Failed to read auto-increment value from storage engine

Do you find any fault in any of the statement?

EDIT:

I dropped the table and created a new one with the above script and now it’s working. This is really funny. God knows what will happen when this happens in production environment!

  • 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-26T12:46:32+00:00Added an answer on May 26, 2026 at 12:46 pm

    two options:
    either http://bugs.mysql.com/bug.php?id=36411 or you already out of int(11)

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

Sidebar

Related Questions

Query was this: CREATE TABLE `query` ( `id` int(11) NOT NULL auto_increment, `searchquery` varchar(255)
Given a table structure like this: CREATE TABLE `user` ( `id` int(10) unsigned NOT
If my table looks like this: CREATE TABLE `daily_individual_tracking` ( `daily_individual_tracking_id` int(10) unsigned NOT
Here's some sample code: if object_id('tempdb..#TempList') is not null drop table #TempList create table
I have something like this: create table account ( id int identity(1,1) primary key,
If I have a table like this: CREATE TABLE sizes ( name ENUM('small', 'medium',
I want to do something like this: create table app_users ( app_user_id smallint(6) not
2 Separate questions. I am using this script to drop a table [SOLVED] BEGIN
I have a table similar to this: CREATE TABLE example ( id integer primary
Consider a simple table with an auto-increment column like this: CREATE TABLE foo (

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.