How to change config.php and db-config.php

Inactive
  • 27 points
    Starting to get into this DEV thing
    I'm new here
    cagora

    Member  —  5th September 2009 09:28         

    What values to put in db.php

    I have these right now.
    $server = compact('ds', 'dc', 'read', 'write', 'localhost', 'cagorabi_wpmu', 'cagorabi_wpmu', 'wpmu');
    //$server = compact('ds', 'dc', 'read', 'write', 'host', 'name', 'user', 'password');

    What should i write in the place of
    add_global_table('something'); in db-config.php

    also what should i write in place of
    add_dc_ip('123.123.123.', 'dc1');

    Any help from andrew is appreciated.

    Thanks