carini
Basic Pleskian
- Server operating system version
- Plesk Obsidian v18.0.59_build1800240229.10
- Plesk version and microupdate number
- Ubuntu 20.04.6 LTS
After restoring a site through function Tools & Settings -> Backup Manager -> and then restore i find that the content of the original view is destroyed and also the permission is now set to "
" thus preventing the right user to accessing or modifying the view.
It's just me or something similar happens also to other. Is using MySQL views legit under Plesk?
Code:
DEFINER=`backup_AOjmJQR`@`%`
Code:
MySQL [scibile-db3]> SHOW CREATE VIEW `dom_list`;
+----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------+
| View | Create View | character_set_client | collation_connection |
+----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------+
| dom_list | CREATE ALGORITHM=UNDEFINED DEFINER=`backup_AOjmJQR`@`%` SQL SECURITY DEFINER VIEW `dom_list` AS select 1 AS `changetype`,1 AS `changedate`, ... | utf8 | utf8mb4_general_ci |
+----------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------+
1 row in set, 1 warning (0.001 sec)
It's just me or something similar happens also to other. Is using MySQL views legit under Plesk?