Well, I'm doing a website for a company, and I'm working on different steps, lets's say, first I upload some part of the functional website while I work on future sections. The thing is that I'm creating more tables and columns on the localhost database.
What I need to do is to copy all the Data from the cPanel phpMyAdmin Database, insert it into the new DB, and then re-upload the new Database on that server without losing the information.
This is because every time I upload the Database to the Hosting it resets the values of the tables.
I don't know how not to lose that information, thanks for reading, and sorry if you don't understand something but I'm not an English native speaker.
(I'm using MySQL for the Database Management).