I am currently using Amazon Lighsail for my Wordpress site. I have a fresh Wordpress install on my Lightsail account but would like to upload my old mysql tables from my current site to phpmyadmin.
I have ssh-ed into the terminal and have done cd apps/phpmyadmin/
but I am not seeing my wp_ tables that I need to replace. How do I access this?
I tried the following command to do ssh port forwarding but it didnt work:
ssh bitnami@xx.xxx.xx.xxx -R 8080:127.0.0.1:80
(with the x's being real numbers)
Any idea on how I can upload my current .sql.zip file to Wordpress AWS Lighsail using SSH?
Thanks in advance!