A guide to migrating a Drupal 9 database to a personal MySQL database
P粉739079318
P粉739079318 2023-09-15 10:54:14
0
1
616

When I use a tool like PHPMyAdmin on my own server, the data currently being used with Drupal is of course encrypted. I want to move outside of Drupal and create my own custom website and be able to access my original Drupal data such as users, images, and nodes. Thanks for any help.

Tried PHPMyAdmin, but the data is still encrypted and cannot be used for my own customized website.

P粉739079318
P粉739079318

reply all(1)
P粉771233336

I agree with Civette - it's a good idea to export the data and then import it in your own new website. You can provide a REST API for export, or use a method like default_content to export to a flat yaml file.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template