In order to backup MySQL database in windows, we need to make a batch file. The contents of the batch file should be as follows:
o—–
@echo off
echo Running dump…
c:
cd \
cd “wampp2″
cd mysql
cd bin
mysqldump -u<user> -<pass> –all-databases –result-file=”c:\data\backup.%DATE:~0,3%.sql”
echo Done!
0—–
Okay now that our batch file is made we can run it and verify that it created an output […]
Tags Archives
MySQL backup in windows environment
by David in March 25th, 2008
Hide Command Prompt Windows
by David in March 5th, 2008
I’m sure we’ve all came across a time when we were programming some type of beneficial or data mining script/batch file that we didn’t want the user to see. Since there’s no option for running a batch file as hidden, it requires a small hack utilizing vbscript.
To hide batch files when you run them:
1. Create […]
Everything I Have Heard is TRUE!
by kcook in November 13th, 2007
Well my recent disgust with Windows as my alternate platform has forced me to turn to other alternatives. Linux has been my preferred OS for a few years now but I like to stay well versed in all the OS’s if possible. So I began looking for an alternative for Windows; this process didn’t […]
Search
Buy us Bawls!
The Chop Shop
Tag Cloud
- Adult Friend Finder Apple Arcade Batch Best Buy Best Wordpress Plugins Blog for money Comic CPA CPM DivX firefox 3 Free games geeks Google Hacks Limewire Linux Desktop Mac Monetization Money Mp3 Music Search Napster Oink OS X Pac Man Password PDF PHP Playstation 3 PS3 Recovery Red Hat RSS SEO Shopping Sony Top 10 Plugins Ubuntu Warranty Widget Bucks Windows Wordpress
Monthly Top Commentors
-
- No commentators.





