hi
i m a bit puzzled with the documentation of the mysql plugin
here https://library.netapp.com/ecmdocs/ECMLP2397466/html/GUID-7A61B00D-76CE-4114-A46D-FF877EB4834E.html
we can read
The MySQL plug-in does not support backup and restore operations for multiple databases.
but in the documentation it s written
MYSQL_DATABASES : List of MySQL databases, the user name, and the password.
Multiple databases with user names and passwords can be specified as a semicolon-separated list.
For example: db1:user1/pwd1;db2:user2/pwd2
then can we backup sevaral database on the same server?