Quando vado ad importare il database del mio sito joomla ver.2.5.7,
mi compare questo messaggio di errore:
Errore Query SQL:
CREATE ALGORITHM = UNDEFINED DEFINER = `root`@`localhost` SQL SECURITY DEFINER VIEW `smlyi_jf_languages` AS SELECT `l`.`lang_id` AS `lang_id` , `l`.`lang_code` AS `lang_code` , `l`.`title` AS `title` , `l`.`title_native` AS `title_native` , `l`.`sef` AS `sef` , `l`.`description` AS `description` , `l`.`published` AS `published` , `l`.`image` AS `image` , `lext`.`image_ext` AS `image_ext` , `lext`.`fallback_code` AS `fallback_code` , `lext`.`params` AS `params` , `lext`.`ordering` AS `ordering`
FROM ( `smlyi_languages` `l`
LEFT JOIN `smlyi_jf_languages_ext` `lext` ON ( ( `l`.`lang_id` = `lext`.`lang_id` ) ) )
ORDER BY `lext`.`ordering` ;
Messaggio di MySQL:
#1227 - Access denied; you need the SUPER privilege for this operation
qualcuno può aiutarmi??
edited by tt8: rimossi link in eccesso.