The Bitnami stacks really make my life easy. Essentially Bitnami allows you from a single install to setup a development / work environment for various popular systems. I had a Wordpress stack installed, and I also needed to have a Joomla stack on top of that.
- Go to the C:\Program Files\Bitnami Wordpress Stack\mysql\data\ and take a backup of the “bitnami_wordpress” folder.
- Go to the C:\Program Files\Bitnami Wordpress Stack\apps\ and take a backup of the “wordpress” folder.
- Open up services.msc and stop the wordpressApache and wordpressMySQL services.
- Go to the Bitnami site and install the WAMP stack.
- Also from the Bitnami site, install the Wordpress Module (Note: there is a difference between the Stack and Module, the Module is designed to plug into an existing Bitnami core stack).
- When you go to install the Wordpress Stack it will ask for the configuration location. It’s in C:\Program Files\Bitnami WAMPStack\
- Go to the C:\Program Files\Bitnami WAMPStack\mysql\data\ directory and delete the “bitnami_wordpress” folder. (Note: on x64 Windows it’s NOT in the x86 directory). If this doesn’t work, open up the MySQL Workbench and delete the database from here.
- Go to the C:\Program Files\Bitnami WAMPStack\apps\ directory and delete the “wordpress” folder.
- Copy the backup you took of the “bitnami_wordpress” folder to C:\Program Files\Bitnami WAMPStack\mysql\data.
- In your favorite text editor open the file C:\Program Files\BitNami WAMPStack\apps\wordpress\scripts\createdb.php, and copy the line highlighted below (yours might differ slightly from mine).

- Run this highlighted command inside MySQL Workbench.
- Copy the backup you took of the “bitnami” folder to C:\Program Files\Bitnami WAMPStack\apps\.
- Edit the config file in C:\Program Files\Bitnami WAMPStack\apps\wordpress\conf\wordpress.conf. Modify the old path to point to the new one.
- Now you should be able to navigate to your Wordpress site. You can also install other Bitnami Modules now, including Joomla.
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5