Creating a duplicate data base

ikier

New member
Joined
Mar 26, 2007
Messages
2
I have two domains. I created a data base with Mysql in one which worked ok. I have tried to create the same data base in the second domain but can't get mysql to accept it. The error says it is already created or I need to setup a configuration file which has been done.
How do I get mysql to accept the second data base info?

Tom
 
First of all databases have nothing to do with domains.

I created a data base with Mysql in one [domain] which worked ok

You didn't create a database in a domain. You created a database on the server. Domains are irrelevant.

The error says it is already created

It sounds like you are trying to create a database with the same name. You cannot do that.
 
Back
Top