0

i am after some direction on the following. I am after the steps/software on how to migrate/push Mysql changes from my local WAMP server to my linode ubuntu server.

I have apache/phpmyadmin and mysql installed. So if I make a change to the local MYsql db eg: adding a new table or column how to I push it to the live server (with our dowing a whole export then import and overwrite new data on live server). I have searched for hours and wondering if i am using the wrong search terms

Thanks Heaps

Shadow
  • 32,277
  • 10
  • 49
  • 61
  • No, overwriting the entire production db is not a good idea. You need to use version control just like for any other parts of the application code. – Shadow Jan 18 '22 at 04:09

0 Answers0