Buongiorno,
ho cercato di importare il database mysql (utilizzo aruba) ma al termine dell'importazione mi compare il seguente messaggio di errore:
Errorequery SQL:
-- -------------------------------------------------------- -- -- Struttura della tabella `password_policy` -- CREATE TABLE IF NOT EXISTS `password_policy` ( `pid` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key: Unique password policy ID.', `name` varchar(64) NOT NULL DEFAULT '' COMMENT 'The name of the policy.', `description` varchar(255) DEFAULT '' COMMENT 'The description of the policy.', `enabled` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Whether the policy is enabled.', `policy` varchar(1024) NOT NULL DEFAULT '' COMMENT 'The policy’s serialized data.', `created` int(11) NOT NULL DEFAULT '0' COMMENT 'Timestamp for when the policy was created.', `expiration` int(11) DEFAULT '0' COMMENT 'The passwords will expire after this number of days.', `warning` varchar(64) DEFAULT NULL COMMENT 'Comma separated list of days when warning is sent out.', `weight` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Weight of the policy, used to order active policies.', PRIMARY K[...]
#1074 - Column length too big for column 'policy' (max = 255); use BLOB or TEXT instead
Ho già visto il post "Errore copiando database" di eufemia.est ma nel mio caso non ho copiato il database ma l'ho importato ex-novo quindi non posso importare solo alcune tabelle.
Come posso risolvere il problema?
GRAZIE
P.S. Ho scaricato il pacchetto pacchetto-scuola-maggio-2016
Penso di avere individuato il problema.
La versione di MySql in uso è 4.1 mentre Drupal 7 richiede una versione superiore. È corretto?
Grazie per l'attenzione