Intento cambiar un foro pero el nuevo sitio tiene versiones más antiguas.
Lo he intentado por medio de backup del foro, de base de datos, de tablas de absolutamente todo.
Al fina, deses perada hasta de tabla en tabla por csv
Cuando lo intento por medio de SQL me da este error
Cita: consulta SQL:
-- phpMyAdmin SQL Dump
-- version 2.9.0.2
-- ... .phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Nov 26, 2006 at 12:19 PM
-- Server version: 4.1.21
-- PHP Version: 4.4.2
--
-- Database: `infortec_foroinforteca`
--
-- --------------------------------------------------------
--
-- Table structure for table `phpbb_categories`
--
CREATE TABLE `phpbb_categories` (
`cat_id` mediumint( 8 ) unsigned NOT NULL AUTO_INCREMENT ,
`cat_title` varchar( 100 ) default NULL ,
`cat_order` mediumint( 8 ) unsigned NOT NULL default '0',
PRIMARY KEY ( `cat_id` ) ,
KEY `cat_order` ( `cat_order` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =11;
MySQL ha dicho:
#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 'ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11' at lin
Ya no se que hacer