30.01.2016, 17:55
I fixed it.
Try this one.
Try this one.
Код:
-- phpMyAdmin SQL Dump -- version 3.5.5 -- http://www.phpmyadmin.netnl67be095c57502...7.96832415-- Host: localhost -- Generation Time: Mar 18, 2013 at 06:11 PM -- Server version: 5.5.27-0ubuntu2 -- PHP Version: 5.4.6-1ubuntu1 -- -------------------------------------------------------- -- -- Table structure for table `rp_gang` -- CREATE TABLE IF NOT EXISTS `rp_gang` ( `id` INT(10) NOT NULL AUTO_INCREMENT, `name` VARCHAR(30) NOT NULL, `color` VARCHAR(6) NOT NULL, `tag` VARCHAR(3) NOT NULL, `score` INT(10) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;