Forum Moderators: phranque

Message Too Old, No Replies

Multiple Applications Using One Myself Database

Noobie Question

         

zulufox

7:02 pm on Aug 20, 2004 (gmt 0)

10+ Year Member



I am trying to conserve my mysql databases.

Would it be acceptable to run: gallery, phpbb, and a directory script on one database?

These are peripheral components on my site so they do not get a whole bunch of traffic.

olwen

7:04 pm on Aug 20, 2004 (gmt 0)

10+ Year Member



Many scripts give you the option of a prefix for the tables. Use that so there is no conflict, and you can do this with no problems.

zulufox

7:06 pm on Aug 20, 2004 (gmt 0)

10+ Year Member



Thanks, my hosting offers mysql databases of 100 mb so I know there is virtuall no chance to to fill that up.