[wp-trac] [WordPress Trac] #10684: Mu install issues w/ an auto_increment_offset other than 1.
WordPress Trac
wp-trac at lists.automattic.com
Tue Aug 25 20:38:03 UTC 2009
#10684: Mu install issues w/ an auto_increment_offset other than 1.
-----------------------------+----------------------------------------------
Reporter: mhbarr | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Upgrade/Install | Version:
Severity: normal | Keywords: mu auto-increment
-----------------------------+----------------------------------------------
A) No Mu milestone anymore. Unsure which to assign to,
http://codex.wordpress.org/Debugging_WPMU should be updated so we don't
bug y'all.
A new install on a new DB server does actually work, when the
auto_increment_offset & server-id are not 1. Because the installer
creates tables with the blog id of 1, but then tries to insert into tables
named with the server-id / aio of 7.
ex:
httpd: WordPress database error Table 'wordpressmu.wp_7_options' doesn't
exist for query INSERT INTO `wp_7_options`
(`option_name`,`option_value`,`autoload`) VALUES
('blogname','Mu.interactiveone.com Blogs','yes') made by require, include,
step3, wpmu_create_blog, install_blog, update_option, add_option
Using 2.8.4 of mu, with mysql 5.0.67, on RHEL 5.3.
Vhost setup.
I was able to sucessfully install by using a different DB server, with an
AIO of 1, (our qa db), and then dump & restore the wordpressmu db to the
prod server. It worked perfectly (after switching the IP of the DB
server in wp-config.php back to the prod server, obviously)
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10684>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list