Multiple Installs To Same mySQL Problem
-
Hello,
Yesterday, I asked about how to install multiple blogs to the same mySQL database. The reply I as given was:
“In your wp-config.php file set up the DB_HOST to point to your database URL. Next, set up the DB_NAME to the one database you have, and just modify the $table_prefix for each blog.
So just use “wp1_”, “wp2_” and so on to differentiate the blogs.”
I tried to do this and got the following error when I got to the second step:
“Fatal error: Call to undefined function: populate_options() in /home/…/…./…./install.php on line 142”
The only thing I changed in wp-config.php was the $table_prefix, as described above. Everything else is the same.
What is the problem here? Do I need to define a new database user for the same database?
Asoka
- The topic ‘Multiple Installs To Same mySQL Problem’ is closed to new replies.