after a long google search, I decided to ask a question:
I uploaded the site to shared hosting, which does not allow remote database connection due to security problems (in accordance with them). the data is very important to me, and I would like to back up automatically on a daily basis (in addition to the daily backup of hosts).
I am writing code in ASP.NET and using MySQL DB. Win 2003 server and PHPmyAdmin. as mentioned in the header - I cannot connect to it remotely.
How can I schedule an automatic backup for the database? Thank you very much!
source
share