I have recently installed wordpress in my digitalocean. now i want to Import my old database into my new installation. for that i need to access my phpmyadmin. so how can i access ? please let me know.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
If you want to access PHPMyAdmin in Wordpress installation because you want to manage your database, So here hoe to do this?
To install PHPMyAdmin, run a simple command:
sudo apt install phpmyadmin
If you’re using apache server, then do this:
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin.conf
sudo service apache2 reload
If you’re using Nginx, then do this:
sudo ln -s /user/share/phpmyadmin /var/www/public_html/phpmyadmin
nginx -s reload
/var/www/public_html/ - This is location direcotry location of wordpress site
To access the phpmyadmin, Type https://yourdomain/phpmyadmin
Hi there @dhameliyamilan972,
You would need to install PHPMyAdmin first. In order to do that you can follow this step by step tutorial here:
Hope that this helps! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.