Install all tables in one DB [message #65] |
Thu, 08 June 2006 11:27 |
janalwin
Messages: 17 Registered: May 2006 Location: Groningen
|
Junior Member |
|
|
Hallo,
Is it possible to install all the tables in one database. My ISP only gives me one database per domain.
It would also make ik easier for newcomers to test the system. (with a simple installer maybe?)
Jan Alwin
|
|
|
Re: Install all tables in one DB [message #66 is a reply to message #65] |
Thu, 08 June 2006 12:12 |
AJM
Messages: 2368 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
Radicore is a development environment, so you should be installing it on a development machine over which you have total control. If your web hosting company only offers a restricted service, then I can only suggest that you change to a different hosting company.
It would not be a trivial task to merge all the different database tables into one database as the database names are hard-coded into each table class.
As for the installation instructions, they are simple enough. I do not see any real need for a sophisticated installer.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|
Re: Install all tables in one DB [message #280 is a reply to message #279] |
Wed, 20 September 2006 12:36 |
AJM
Messages: 2368 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
I have different sets of tables in different databases for one simple reason - they are logically different and unrelated. This gives me the ability to create, load and restore each database very easily without having to specify individual lists of tables.
There is no performance loss in using multiple databases, neither is there any loss in functionality, so I do not see any benefit in changing the software. It would not be a trivial effort, and I don't see the point in expending effort for absolutely no benefit.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|