is it possible to have a prefix attached to the tables automatically installed by moodle? there are other applications which also use tables names such as "config", for example and then conflicts happen, tables can't be installed etc ...
which scripts will need changes so that the tables used by moodle will be something like "moodle_config", "moodle_...." ?
Out of interest, what is the cost to you to create one new database on your database server?
(As an aside, I noticed Claroline requires a new database FOR EACH NEW COURSE!
>Sorry, Wolfgang, such a change would require quite a lot of work (for very
>little benefit). It may happen if there's a lot of demand, but I think you're the
> first person to mention it.
hmn ... I just happened to have an installation "drop" a "config" and a "user" table that had been installed by another application (quite some time ago, and I had not thought of this anymore ...)with my backup, it was no problem to get the tables back, but I can't install moodle at the moment
>Out of interest, what is the cost to you to create one new database on your
> database server?
Well, the cost is $200 for a technician at my ISP to install an additional mySQL database server for just my domain ... and then I don't know how much he'd up the monthly webhosting charges ...
WIth some of the larger ISPs in Germany, in their webhosting packages, the difference is this:
The package I currently have (which includes one mySQL database) goes for about $25 / month ... the packages which allow multiple databases are "dedicated servers" etc where you then do everything yourself and have access to a server etc.m and those begin at about $69/month ....
>(As an aside, I noticed Claroline requires a new database FOR EACH NEW
> COURSE!
I know .... and the above is the reason why I have not been able to install their application to test it ... and fixing it up for a one db operation is also a headache and more ...
Um, well, I'd like to see this feature too
Both of my net providers have a set amount of sql databases I'm allowed to have--only one with one isp, 5 with the other. The added cost is $10 for each additional database on one of the providers, and the other doesn't list any pricing information on getting additional databases.
The table prefix to allow multiple programs to share the same database comes in handy. I have about 5 totally seperate phpbb message forums running that all nicely share just one database because I can have each of the scripts set to use a different table prefix and cookie name on the user end of things.
If its a ton of work, I can understand not making this a big priority. But yes, I do think it would be a helpful feature for those of us stuck with webhosts that limit or charge costs based on the # of databases.
John