Próbuję przenieść joomla z jednego serwera na inny. Przy próbie importu bazy danych do phpmy admin wyskoczył błąd. Czy ktoś byłby w stanie mi pomóc. Nigdzie nie mogę znaleźć informacji co jest nie tak.
Zapytanie SQL:
CREATE ALGORITHM = UNDEFINED DEFINER = `mojanazwa`@`%` SQL SECURITY DEFINER VIEW `jos_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 (

`jos_languages` `l`
LEFT JOIN `jos_jf_languages_ext` `lext` ON ( ( `l`.`lang_id` = `lext`.`lang_id`
) )

)
ORDER BY `lext`.`ordering` ;

MySQL zwrócił komunikat:

#1470 - String 'mojanazwa' is too long for user name (should be no longer than 16)