amazon web services - How to access wordpress database using aws server -


how can access wordpress database using aws server. currently, existing website in running online , server used aws. need update , need db run our local , dev site. have tried using aws on other website 1 wordpress site, database cannot found on aws rds. i'm thinking db added somewhere in ftp (maybe phpmyadmin folder) don't know how , find it. how can solve one?

your question bit confusing, wordpress uses mysql database. defined in wp-config.php

you can edit file change database wordpress using https://codex.wordpress.org/editing_wp-config.php#set_database_host


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -