When a database is exported and imported using MySQL the siteurl and home options need to be set.
Currently this is done using phpMyAdmin.
It would be nice if this could be achieved running a simple batch routine.
Proposed solution
Develop a component of oik-batch called oik-locurl.php which will report/set these values as required.
Also make it work for WPMS sites.
When a database is exported and imported using MySQL the
siteurl
andhome
options need to be set. Currently this is done using phpMyAdmin. It would be nice if this could be achieved running a simple batch routine.Proposed solution
Develop a component of oik-batch called
oik-locurl.php
which will report/set these values as required. Also make it work for WPMS sites.