Hello. I find a problem when make a backup of the BD of Joomla 2.5.
After erasing the tables of the database I return to import the file of the backup, but appears the next error:
-----------------------------------------------------
MySQL say: Documentation
#1227 - Access denied; you need (at least one of) the SUPER privilege(s) for this operation
-----------------------------------------------------
In the final part of the Backup file, I see this lines:
--------------------------------------------
-- Estructura para la vista `sgj_booking_template_value_view`
--
DROP TABLE IF EXISTS `sgj_booking_template_value_view`;
CREATE ALGORITHM=UNDEFINED DEFINER=`servici3_prbpt25`@`localhost` SQL SECURITY DEFINER VIEW `sgj_booking_template_value_view` AS select `value`.`id` AS `id`,`translation`.`language_id` AS `language`,`translation`.`value` AS `value` from (`sgj_booking_template_value` `value` left join `sgj_falang_content` `translation` on((`translation`.`reference_id` = `value`.`id`))) where ((`translation`.`reference_table` = _utf8'booking_template_value') and (`translation`.`reference_field` = _utf8'value'));
-------------------------------------------------
This is correct or a DROPTABLE must not exist there?
And way phpMyAdmin required from me that I have Super privileges?
Many thanks for the support about this.