Bill
Bill

Reputation: 2372

Download locally Windows Azure website

I created a new Wordpress/MySql website on Windows Azure. Can I download the entire website with database to host locally on my machine?

I can use FTP to download website files, but what about DB and other configuration if there is any.

Upvotes: 0

Views: 648

Answers (1)

Thiago Custodio
Thiago Custodio

Reputation: 18387

Yes, you can.

Connect through FTP do copy Wordpress file. Open wp-config.php and take the connection string. After that, you can connect through Mysql using Worchbench and export database.

Upvotes: 1

Related Questions