MYSQL backup and compress with a batch script
Here is how to do a MYSQL backup and compress using 7zip though a batch file or .bat file this makes the process easy to run with windows scheduler to…
Here is how to do a MYSQL backup and compress using 7zip though a batch file or .bat file this makes the process easy to run with windows scheduler to…
This is something i had trouble with at first. I wanted to select the highest number (user_id) add 1 onto it (+1) and then insert it back into the database…