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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:04:12+00:00 2026-05-27T20:04:12+00:00

MySQL generated by a dump of a v3.23.58 database: DROP TABLE IF EXISTS `article`;

  • 0

MySQL generated by a dump of a v3.23.58 database:

DROP TABLE IF EXISTS `article`;
CREATE TABLE `article` (
  `DATE` date NOT NULL default '0000-00-00',
  `SECTION_ID` smallint(6) NOT NULL default '0',
  `PRIORITY` int(11) NOT NULL default '0',
  `AUTHOR1` int(100) NOT NULL default '1',
  `AUTHOR2` varchar(100) NOT NULL default '',
  `AUTHOR3` varchar(100) NOT NULL default '',
  `AUTHOR4` varchar(100) NOT NULL default '',
  `AUTHOR5` varchar(100) NOT NULL default '',
  `AUTHOR6` int(100) NOT NULL default '0',
  `AUTHOR7` int(100) NOT NULL default '0',
  `AUTHOR8` int(100) NOT NULL default '0',
  `AUTHOR9` int(100) NOT NULL default '0',
  `AUTHOR10` int(100) NOT NULL default '0',
  `AUTHOR_JOB` int(11) NOT NULL default '0',
  `TITLE` varchar(100) NOT NULL default '',
  `SUBHEAD` varchar(200) NOT NULL default '',
  `TEXT` text NOT NULL,
  `PULLQUOTE` text NOT NULL,
  `SERIES` int(10) unsigned zerofill NOT NULL default '0000000000',
  `TYPE` int(10) unsigned zerofill NOT NULL default '0000000000',
  `VIEWS` int(10) unsigned zerofill NOT NULL default '0000000000',
  `EMAILS` int(10) unsigned zerofill NOT NULL default '0000000000',
  `BACKUPTEXT` text NOT NULL,
  `BOWDOIN_VIEWS` int(10) unsigned zerofill NOT NULL default '0000000000',
  PRIMARY KEY  (`DATE`,`SECTION_ID`,`PRIORITY`),
  FULLTEXT KEY `article_full_text` (`TITLE`,`TEXT`)
) TYPE=MyISAM;

Attempting to import it into a v5.5.19 database, I get this error:

[ERROR in query 2] You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 28

I’ve tried deconstructing it to a very basis skeleton but still get the error. Ought to be an obvious mistake if you have the eye for it.

  • 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-27T20:04:12+00:00Added an answer on May 27, 2026 at 8:04 pm

    Your version of MySQL probably requires that you edit query

    replace

    TYPE=MyISAM
    

    with

    ENGINE=MyISAM
    

    if you are importing from script file then just:

    1. Open script file

    2. Find TYPE=MyISAM

    3. Replace with ENGINE=MyISAM

    4. save

    Then try .

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

Sidebar

Related Questions

The table names in my mysql database are dynamically generated. Is there some way
I have a drop down list that is dynamically generated using a mySQL database
When using Grails 1.1 together with a MySQL the charsets of the auto-generated database
Is there any application that will read a MySQL database table and generate a
I have a huge mysql dump file generated from phpmyAdmin (150 000 lines of
I tried to dump a mysql database with calling a wsh jscript file, but
I am trying to convert a php/mysql generated table into a downloadable csv file.
I'm looking at a database diagram generated by MySQL Workbench (actually, DBDesigner4), but I'm
When using Grails 1.0.4 together with a MySQL the charsets of the auto-generated database
I have a part of webpage that is dynamically generated using MySQL queries: <table

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.