I have developed a web portal in wordpress using xampp server. i have my database in my sql.

Now i need to deploy this wordpress portal on other system with sql server express edition.

So how can i deploy it successfully with sql server??

and what software or driver or service will be needed for this deployment on the system?

2 Answers
2

We ported WP to SQL Server almost three years and have been maintaining it ever since. Provided you are planning to use SQL Express 2012 or higher, this should be the solution you are looking for:

Project Nami

Simply put, replacing WPDB isn’t enough. So we went a step further and rewrote any MySQL-specific syntax within Core. Our primary reason for doing this was to take advantage of the native PaaS offerings from Azure. Over the past three years it has grown to include others who want to run WordPress but for reasons of policy, principle, or simple preference do not run MySQL. They range from SQL Server user groups to Fortune 100 companies looking to maximize investment in their current DBAs.

Leave a Reply

Your email address will not be published. Required fields are marked *