Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. baggins2000

    mysql table corruption

    Would you happen to know where I would find this in a Red Hat system. This definitely sounds like the source of the problem.
  2. baggins2000

    mysql table corruption

    I am running mysql on a RH 7.0 system with ext2 file system. On one of my tables whenever I get a little over 2G the table becomes corrupted and not matter what recovery method I use, I end up having to drop the table and start all over recreating the table. Is there an upper limit to table...
  3. baggins2000

    10 record limit on MySQL DB?

    Check your datatype for the ID field. Sounds like you may not have it set to a large enough integer type.
  4. baggins2000

    Large number of records crashes

    I have an app running on mysql and I continue to get an error whenever I get over 12 million records. This has happened roughly 3 times in a row and I've never gotten over 15 million records. Is there some kind of limit in mysql that I should be looking for or is the size of the table becoming...
  5. baggins2000

    Problem with autoincrement

    I have deleted my Primary Key column with the intention of adding it back to renumber the sequence. When I enter AlterTable TheTable ADD TheNum INT(15) UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY; I get the error ERROR 1030: Got error 27 from table handler
  6. baggins2000

    Problem with autoincrement

    I have a table where the autoincrement has reached 27515329. Whenever I try to insert another record I get an error stating ERROR 1062: Duplicate entry '27515329' When I try to Select * from Table where ID = 275153239; I get ERROR 1030: Got error 127 from table handler What's going on here...
  7. baggins2000

    Document contained no data

    I am trying to run a php page on an imp logon page on a Apache 1.3.12 version server. I ran index.php3 (3.0.18) in the root directory and this page appeared correctly. I then tried to run the imp logon screen. The first time I ran the logon I ran into an error which was caused by an incorrect...

Part and Inventory Search

Back
Top