Site icon Hip-Hop Website Design and Development

Set up WordPress with SQL database

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]).

  1. Log into your present website and export your information as an xml file
  2. Disable all of your present plugins
  3. Again up your current config.php file
  4. Obtain the plugin bundle.
  5. Add wp-db-abstraction.php and the wp-db-abstraction listing to wp-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.
  6. Put the db.php file from contained in the wp-db-abstraction.php listing to wp-content/db.php
  7. Go to $your_wordpress_url/wp-content/mu-plugins/wp-db-abstraction/setup-config.php to generate your wp-config.php file
  8. Set up WordPress
  9. Log into the newly put in system and import your information
  10. 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.