I am trying to migrate a site from a single site instance to a multisite instance.
I m using instructions at: /
It states to
"...alter all the table name prefixes to wp_N_ where N is the site ID of the newly created site in the network. Renaming can be done using the RENAME TABLE query in a MySQL shell:
RENAME TABLE oldprefix_posts TO wp_2_posts; RENAME TABLE oldprefix_postmeta TO wp_2_postmeta;"
can i find the 'site ID' of a site on the multisite instance using the WP Dashboard? If not, how might I do it at the CL?
I am trying to migrate a site from a single site instance to a multisite instance.
I m using instructions at: https://pressjitsu/blog/wordpress-single-site-multisite-migration/
It states to
"...alter all the table name prefixes to wp_N_ where N is the site ID of the newly created site in the network. Renaming can be done using the RENAME TABLE query in a MySQL shell:
RENAME TABLE oldprefix_posts TO wp_2_posts; RENAME TABLE oldprefix_postmeta TO wp_2_postmeta;"
can i find the 'site ID' of a site on the multisite instance using the WP Dashboard? If not, how might I do it at the CL?
Share Improve this question asked Sep 9, 2019 at 21:59 Jud TaylorJud Taylor 311 silver badge2 bronze badges1 Answer
Reset to default 4From the Network Admin, go to Sites > All Sites. When click to edit a site you'll be taken to a URL like
http://example/wp-admin/network/site-info.php?id=1
That number at the end is the site ID.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745171516a4614954.html
评论列表(0条)