Forum Moderators: phranque
I'm about to install another program, same site - does it use the same mysql data-base? For the previous program, I had to edit a file to add the name of the mysql data-base, user, password. Does each program need a unique data-base/name, etc. or does it all run from separate tables within the data-base?
However, for administrative purposes, if you have the facility, you are better to use seperate databases for each system. This will make tasks such as backups/restores much simpler as you'll be able to specify an entire database rather than manually selecting which tables you wish to backup/restore.