Quote:
Originally Posted by bangman
When you are installing, simply change the table prefixes in wp-config.php to something different every time.
I'm running a tons of blogs off of one mysql database, and it works fine.
|
I'm ok with basic installs of scripts and so on.. In the WP instructions I see you have to edit the wp-config.php file.
// ** MySQL settings ** //
define('DB_NAME', 'wordpress'); //
define('DB_USER', 'username'); //
define('DB_PASSWORD', 'password'); //
define('DB_HOST', 'localhost'); //
I get all that, but where exactly am I suposed to edit the table values? Am I supposed to add another line or something? I see this example line from their instructions..
$table_prefix = 'wp_'; //
do I just add extra line that to the wp-config with what ever prefix I want to use?