Jump to content

Recommended Posts

Posted

Am incercat sa schimb webhostul, am pus fisierele de pe vechiul webhost pe noul webhost, am facut baza de date noua, am schimbat informatiile din conf global si cand sa urc baza de date imi da o eroare:

Comanda SQL:

--
-- Bază de date: `information_schema`
--
-- --------------------------------------------------------
--
-- Structura de tabel pentru tabelul `ALL_PLUGINS`
--
CREATE TEMPORARY TABLE `ALL_PLUGINS` (

`PLUGIN_NAME` VARCHAR( 64 ) NOT NULL DEFAULT '',
`PLUGIN_VERSION` VARCHAR( 20 ) NOT NULL DEFAULT '',
`PLUGIN_STATUS` VARCHAR( 16 ) NOT NULL DEFAULT '',
`PLUGIN_TYPE` VARCHAR( 80 ) NOT NULL DEFAULT '',
`PLUGIN_TYPE_VERSION` VARCHAR( 20 ) NOT NULL DEFAULT '',
`PLUGIN_LIBRARY` VARCHAR( 64 ) DEFAULT NULL ,
`PLUGIN_LIBRARY_VERSION` VARCHAR( 20 ) DEFAULT NULL ,
`PLUGIN_AUTHOR` VARCHAR( 64 ) DEFAULT NULL ,
`PLUGIN_DESCRIPTION` LONGTEXT,
`PLUGIN_LICENSE` VARCHAR( 80 ) NOT NULL DEFAULT '',
`LOAD_OPTION` VARCHAR( 64 ) NOT NULL DEFAULT '',
`PLUGIN_MATURITY` VARCHAR( 12 ) NOT NULL DEFAULT '',
`PLUGIN_AUTH_VERSION` VARCHAR( 80 ) DEFAULT NULL

) TYPE = Aria DEFAULT CHARSET = utf8 PAGE_CHECKSUM =;
 

 

MySQL zice: Documentație

#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 'TYPE=Aria DEFAULT CHARSET=utf8 PAGE_CHECKSUM=0' at line 25 

 

Informatii de la vechiul webhost:

-- phpMyAdmin SQL Dump
-- version 4.0.10.7
-- http://www.phpmyadmin.net
--
-- Gazda: localhost:3306
-- Timp de generare: 12 Apr 2016 la 19:38
-- Versiune server: 10.1.13-MariaDB
-- Versiune PHP: 5.4.31

 

Noul webhost:

Versiune server: 5.5.48-cll - MySQL 

Versiunea clientului de baze de date: libmysql - 5.1.73

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.