Changing database names

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Changing database names

James Lawton
I want to have multiple database schemas in MySQL which I alternate using.

 

The standard schema names seem to be ofbiz, ofbizolap, and ofbiztenant

 

I would like to rename the schemas to something else like ofbdemo,
ofbdemoolap, ofbdemotenant

 

I have been through the entityengine.xml file - which is where I set up the
connections to mySQL - and I can't see where in the file it refers to the
schema names.

 

If it's not in the entityengine.xml where would I reference the database
schema names?

 

Thanks

Jams

Reply | Threaded
Open this post in threaded view
|

Re: Changing database names

Scott Gray-2
Hi James,

It is in the entityengine.xml file, see the datasource.inline-jdbc[jdbc-uri] attribute.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 17/12/2010, at 12:27 PM, James Lawton wrote:

> I want to have multiple database schemas in MySQL which I alternate using.
>
>
>
> The standard schema names seem to be ofbiz, ofbizolap, and ofbiztenant
>
>
>
> I would like to rename the schemas to something else like ofbdemo,
> ofbdemoolap, ofbdemotenant
>
>
>
> I have been through the entityengine.xml file - which is where I set up the
> connections to mySQL - and I can't see where in the file it refers to the
> schema names.
>
>
>
> If it's not in the entityengine.xml where would I reference the database
> schema names?
>
>
>
> Thanks
>
> Jams
>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

RE: Changing database names

James Lawton
Thanks!

Must have had a blind spot - even took two tries after you pointed it out to
clue in....

time for a break :-)

Thanks
James

-----Original Message-----
From: Scott Gray [mailto:[hidden email]]
Sent: December-16-10 6:41 PM
To: [hidden email]
Subject: Re: Changing database names

Hi James,

It is in the entityengine.xml file, see the datasource.inline-jdbc[jdbc-uri]
attribute.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 17/12/2010, at 12:27 PM, James Lawton wrote:

> I want to have multiple database schemas in MySQL which I alternate using.
>
>
>
> The standard schema names seem to be ofbiz, ofbizolap, and ofbiztenant
>
>
>
> I would like to rename the schemas to something else like ofbdemo,
> ofbdemoolap, ofbdemotenant
>
>
>
> I have been through the entityengine.xml file - which is where I set up
the

> connections to mySQL - and I can't see where in the file it refers to the
> schema names.
>
>
>
> If it's not in the entityengine.xml where would I reference the database
> schema names?
>
>
>
> Thanks
>
> Jams
>