View Single Post
Old 10-25-2007, 04:20 PM  
ClickBuster
Confirmed User
 
Join Date: May 2004
Posts: 210
Quote:
Originally Posted by jacked View Post
first time i noticed it in the wp-config the other day

Code:
// You can have multiple installations in one database if you give each a unique prefix
$table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!

// Change this to localize WordPress.  A corresponding MO file for the
// chosen language must be installed to wp-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');

/* That's all, stop editing! Happy blogging. */
this is under the MySQL settings in the config just change the prefix to wp_1 instead of wp_ , and you should be good to go.
Yeah, DON'T DO THAT! That will only change the configuration, but not the actual table names. Table prefix is configure BEFORE the tables are created But yeah, you can put 100s of them in 1 single db and watch it crash
__________________
-- ClickBuster
-- ICQ# 263653704
-- Email: clickbuster1 [-at-] gmail [-dot-] com
ClickBuster is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote