Eu acho que o maior problema aqui é que o MySQL não suporta sinônimos. Isso é uma coisa do Oracle.
mysql> CREATE SYNONYM info2 FOR info;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SYNONYM info2 FOR info' at line 1
Aqui está um bom link sobre como imitar esse comportamento ( link ) a sintaxe CREATE VIEW do MySQL