Buonasera a tutti i partecipanti,
sono nuovo del posto,
non mi oriento bene,
problema che non riesco a risolvere:
#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 ')' at line 14
la prima domanda è:
ma dove è collocata questa linea 14???
l'ho cercata sul file .sql ... ma quello che c'è in quella linea è questo:
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
penso non c'entri niente con il problema
prima di quel messaggio c'è anche tutto questo:
-- Database: `la**************`
--
-- --------------------------------------------------------
--
-- Struttura della tabella `yhaxg_assets`
--
CREATE TABLE `yhaxg_assets` ( `id` int( 10 ) UNSIGNED NOT NULL COMMENT 'Primary Key',
`parent_id` int( 11 ) NOT NULL DEFAULT '0' COMMENT );
che cosa mi vuole dire???
le versioni che sto usando sono:
Versione del server: 5.7.11
Versione PHP: 5.6.19
Grazie in anticipo a chiunque troverà il tempo di rispondermi