View Single Post
  #1  
Old 21st May 2013, 18:34
las7h0p3 las7h0p3 is offline
Senior Member
 
Join Date: Jul 2008
Posts: 18
Default mySQL error while importing database
Hey guys,

I have a xampp 1.4.1 server and a tbdev-01-03-06 tracker. My last update on this tracker was 5-6 years ago. Now I decided to check what I have done with this tracker and when I tried importing the database this error occurred:

http://oi43.tinypic.com/2w7lnk1.jpg

and this is the code in the .sql file:

Code:
DROP TABLE IF EXISTS rangclass;
CREATE TABLE `rangclass` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `name` varchar(50) /*!40101 collate latin1_general_ci */ default NULL,
  `rangpic` varchar(50) /*!40101 collate latin1_general_ci */ default NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 /*!40101 DEFAULT CHARSET=latin1 */ COLLATE=latin1_general_ci;
Hope that someone can help me.
Reply With Quote