'How do I add same name table in different databases?

I have two different databases and in one database, I have "tblcontacts" table and when we create same name table in another database, it shows me error.

#1050 - Table 'tblcontacts' already exists.

I want same name table in two different databases. please help me to get this.

php


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source