Receiving the following error message:
Error Static analysis:
1 errors were found during analysis.
This option conflicts with "AUTO_INCREMENT". (near "AUTO_INCREMENT" at position 692) SQL query:
-- phpMyAdmin SQL Dump -- version 2.8.2.4 -- http://www.phpmyadmin.net -- -- Host: localhost:3306 -- Generation Time: Mar 23, 2020 at 03:58 PM -- Server version: 5.0.45 -- PHP Version: 5.2.3 -- -- Database: weir-jones
-- -- -------------------------------------------------------- -- -- Table structure for table categories
-- CREATE TABLE categories
( number
int(11) NOT NULL auto_increment, section
varchar(255) NOT NULL, parent_id
varchar(10) NOT NULL, title
varchar(200) NOT NULL, type
varchar(255) NOT NULL, content
text NOT NULL, display_order
int(11) NOT NULL, PRIMARY KEY (number
) ) ENGINE=MyISAM AUTO_INCREMENT=126 DEFAULT CHARSET=utf8 AUTO_INCREMENT=126
MySQL said: Documentation
1046 - No database selected
============================================
I have tried importing with all compatibility modes. No luck.
old database is gone, cannot export again.
Any help would be appreciated.
Brendan