unable to create db
Asked by
Robert Cotton
When I attempt to import or run the query I get the following. I installed xampp
Error
SQL query:
-- phpMyAdmin SQL Dump
-- version 2.6.4-pl4
-- http://
--
-- Host: localhost
-- Generation Time: Mar 06, 2006 at 07:25 AM
-- Server version: 4.0.24
-- PHP Version: 4.3.10-16
--
-- Database: `citrus`
--
-- -------
--
-- Table structure for table `batch`
--
CREATE TABLE `batch` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
PRIMARY KEY ( `id` ) ) TYPE = MYISAM AUTO_INCREMENT =1;
MySQL said:
#1064 - 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 AUTO_INCREMENT=1' at line 22
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- citrusdb Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Paul Yasi
- Solved:
- Last query:
- Last reply:
To post a message you must log in.