I’m very new to WordPress. I did not even realize it existed till I needed to do it for my work. So I began in with a WAMP server with WordPress. That labored effective till we wanted a number of websites with WordPress, so I needed to transfer it over to IIS. That also had MySQL concerned and the CTO of the corporate desires it to run on SQL as an alternative. I’ve Put in a recent copy to fiddle with from right here “wordpress.org/ wordpress-3.4-IIS.zip” then I downloaded and put in db-abstraction. That carried out, I extracted them to the situation I needed (wordpress/[site]).
- Log into your present website and export your information as an xml file
- Disable all of your present plugins
- Again up your current
config.php
file - Obtain the plugin bundle.
- Add
wp-db-abstraction.php
and the wp-db-abstraction listing towp-content/mu-plugins
. This ought to be parallel to your common plugins listing. If the mu-plugins listing doesn’t exist, you have to create it. - Put the
db.php
file from contained in thewp-db-abstraction.php
listing towp-content/db.php
- Go to
$your_wordpress_url/wp-content/mu-plugins/wp-db-abstraction/setup-config.php
to generate yourwp-config.php
file - Set up WordPress
- Log into the newly put in system and import your information
- Reinstall and check your plugins
As much as step 6 it really works effective. Then after I attempt to go to the php web page, 1) I can not set the database kind from MySQL to SQL 2) about 50% of the time I get a 500 error.
I actually do not know if this makes any sense to anybody. I am sorry if I’m complicated you because it actually confuses me as effectively. Please let me know when you want extra data. Thanks.