Question

i installed a word press blog in Microsoft azure using the image from new ->website >gallery

it was easy but now i want to take a backup of my .sql file of word press i cant see any phpadmin access and the database is automatically created when i used it install from gallery and also when i navigate to sql database in portal i cant find any databases and my website is running fine how is it so ?

how to access the database and download the backup ?

thanks for your time

Was it helpful?

Solution

I am not that familiar with WordPress, but my experience tells me that this would be your best a reliable choice to back up your WordPress database.

As for phpMyAdmin and other stuff - you can always connect to your Azure Website using FTP. You can do whatever you want with the content, once connected with the FTP client of your choice (understand - you can upload your version of phpmyadmin and have it there running for you).

OTHER TIPS

You can always access MySQL database using the connection string provided on your website's dashboard in Azure management ("View connection strings"). Then you can use program like MySQL Workbench (or perhaps even phpMyAdmin on your local machine) to access the database.

Backing up from MySQL workbench is quick and easy, see e.g.Making a MySQL database backup with MySQL Workbench. Remember to also back up files.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top