Hello, on servers with MySQL 5.7, the database prefix is limited to 8 characters.
This causes a serious problem if I want to migrate the accounts of a server with MariaDB, since all prefixes higher than 8 characters are going to be renamed and the webs are going to stop working until the user manually edits the connection settings.
It is feasible when we want to migrate an individual website, but impossible if we want to migrate hundreds of websites.
Is there any solution to allow in a migration from MariaDB to MySQL the original db names and usernames (including prefixes)?
Thanks!
This causes a serious problem if I want to migrate the accounts of a server with MariaDB, since all prefixes higher than 8 characters are going to be renamed and the webs are going to stop working until the user manually edits the connection settings.
It is feasible when we want to migrate an individual website, but impossible if we want to migrate hundreds of websites.
Is there any solution to allow in a migration from MariaDB to MySQL the original db names and usernames (including prefixes)?
Thanks!