I develop websites containing WordPress blogs as well as other PHP pages I design. When I make changes to sites locally on my test server I do a SQL database dump using myPHPAdmin. How can I avoid overwriting the content of the client's WordPress Calendar entrys and other Calendar settings? If I simply deselect the calendar tables on my localhost db dump will the client's db maintain those client entry to the tables on the remote server after the import?
Thanks in advance