Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   mySQL error while importing database (http://www.bvlist.com/showthread.php?t=9183)

las7h0p3 21st May 2013 18:34

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.

x360zone 21st May 2013 18:56

hi
 
drop all your tables in phpmyadmin then readd it

las7h0p3 21st May 2013 18:59

I did drop all my tables in and the phpmyadmin stops at rangclass. All previous tables that are in the same .sql file were added, but nothing after rangclass is added as you can see in the picture.

EDIT:

Problem solved I managed to run the tracker.

However there is another problem when trying to run the tracker on a newer xampp server and it's this:

http://www.bvlist.com/tbdev/8353-hel...hite-page.html


All times are GMT +2. The time now is 01:31.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.