• I am just now uploading the newer version and starting off everything. I’m new here so it’s my 1st blog I’m creating on my site not up yet. I need 4 individual blog accounts.
    I’ve read so much that I’m not sure if uploading and creating 4 different wordpress blog database accounts is correct or not? Another article read that you can do this from one data base and not have to create 4.
    I’m wanting to make it where we can do photobloging too.
    Is this possible with 1 database or do I need to create 4?
    I’m not the worlds best at this however I am a quick study and don’t mind reading, or doing what I need to do. Just would like to be able to do it the correct way.
    Ps. I do have gallery installed however was thinking about getting rid of it do to all the plugins that seem to create a gallery with wordpress.
    Hope this makes sense to someone.

Viewing 2 replies - 1 through 2 (of 2 total)
  • you need 4 individual BLOGS or blog ACCOUNTS (users) .
    If the second – than there is no problem… 1 wordpress install and you will have it ..
    If the first – it depends, if the blogs are to be totally different , and will not share Users/Posts/Anything, than yes, you need 4 different installs.
    For the DB question, Yes, You can have 4 (or more) installs on THE SAME database… you do not need 4 databases.
    The only thing you need to do is to edit the config.php file , and edit the $table_prefix = 'wp_'; .. for example :
    for blog No.1 : $table_prefix = 'wp1_'; (or Wp_BlogName_ )
    for blog No.2 : $table_prefix = 'wp2_'; (or Wp_BlogName_ )
    For blog No.3 : you get the Idea ..

    P.S.
    Read HERE

    And maybe consider also THIS , if four was just an example, but actually you want way more ..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘1 site yet need 4 individual blog accounts. Is it possible?’ is closed to new replies.