I have a table in MySQL
that has a wrong name, this table is already used by many applications, so it would not be very easy to rename it.
Is there any way to create a alias
for this table or a clone
so that everything done in one is done in the other?
With this new applications would already use the correct name and gradually I can update the old applications.