I have my SQL running on my remote web server.
What is the best way to maintain this every night on my home windows server?
thank
Create a mysql SQL script with a backup process that most likely has commands mysqldumpor SELECT .. INTO OUTIFLE.
mysqldump
Create a .bat file to run the mysql script in step 1 with the command line. mysql -uuser -ppassword -host remoteserver.com database < script.sql
mysql -uuser -ppassword -host remoteserver.com database < script.sql
Set up Windows jobs to run the bat file daily.
Source: https://habr.com/ru/post/1733672/More articles:HTTP ERROR: 500 Serious SolR Configuration Errors - luceneOverride the neutral language of a specific resource file in an assembly - .netчто "возвращает $container → {$ resource};" имею в виду - phpHow to integrate StyleCop in Tfs 2010 - tfsFloating DIV in JTextPane - javaPostgres Slony-I Question - postgresqlRegular expression to match email addresses - javascriptUndefined method error on .sum - ruby | fooobar.comHow to distribute stylesheet types in GWT widgets - stylesheetUpload files by relative path to current file in Rhino - javascriptAll Articles