Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Advice on managing databases
While I can create a database and set up different applications like WordPress and Vanilla, I don't really know much about databases. At the moment I'm afraid that the way I am managing my database may be bad practice.
I currently have several sites each with a separate database for each application. For example...
slogmeat.com --- exampledb_slogmeat_blog
slogmeat.com --- exampledb_slogmeat_forum
dmvu.com --- exampledb_dmvu_blog
dmvu.com --- exampledb_dmvu_forum
and so on.
What I'd like to know is should all these databases be set as one database? For example...
slogmeat.com --- exampledb_blog (but with prefix of slogmeat_)
dmvu.com --- exampledb_blog (but with prefix of dmvu_)
or
slogmeat.com --- exampledb_slogmeat (but with prefix blog_ and forum_)
dmvu.com --- exampledb_dmvu (but with prefix blog_ and forum_)
Hope that what I'm saying is clear. Any help would be greatly appreciated as I am unfamiliar with how databases and MySQL actually works and can't find any beginner resources on the subject.
I currently have several sites each with a separate database for each application. For example...
slogmeat.com --- exampledb_slogmeat_blog
slogmeat.com --- exampledb_slogmeat_forum
dmvu.com --- exampledb_dmvu_blog
dmvu.com --- exampledb_dmvu_forum
and so on.
What I'd like to know is should all these databases be set as one database? For example...
slogmeat.com --- exampledb_blog (but with prefix of slogmeat_)
dmvu.com --- exampledb_blog (but with prefix of dmvu_)
or
slogmeat.com --- exampledb_slogmeat (but with prefix blog_ and forum_)
dmvu.com --- exampledb_dmvu (but with prefix blog_ and forum_)
Hope that what I'm saying is clear. Any help would be greatly appreciated as I am unfamiliar with how databases and MySQL actually works and can't find any beginner resources on the subject.
0
This discussion has been closed.
Comments