i get this error
Error
SQL query:
-- phpMyAdmin SQL Dump
-- version 2.6.0-pl2
--
http://www.phpmyadmin.net--
-- Host: localhost
-- Generation Time: Apr 20, 2005 at 12:55 PM
-- Server version: 3.23.58
-- PHP Version: 4.3.2
--
-- Database: `b3`
--
-- --------------------------------------------------------
--
-- Table structure for table `aliases`
--
CREATE TABLE aliases)id INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT ,
num_used INT( 10 ) UNSIGNED NOT NULL DEFAULT '0',
alias VARCHAR( 32 ) NOT NULL DEFAULT '',
client_id INT( 10 ) UNSIGNED NOT NULL DEFAULT '0',
time_add INT( 10 ) UNSIGNED NOT NULL DEFAULT '0',
time_edit INT( 10 ) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY ( id ) ,
UNIQUE KEY alias( alias, client_id ) ,
KEY client_id( client_id ) ) TYPE = MYISAM ;
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 ')
id int(10) unsigned NOT NULL auto_increment,
num_used int(10) unsigned N' at line 19