Search found 5 matches
- 26 Oct 2015 04:02
- Forum: DOS Batch Forum
- Topic: export from online to local
- Replies: 4
- Views: 3426
Re: export from online to local
Cool, thanks
- 23 Oct 2015 13:46
- Forum: DOS Batch Forum
- Topic: export from online to local
- Replies: 4
- Views: 3426
Re: export from online to local
Yes your right.
I dont need the mysql, i need to know how to connect to server with batch file.
I dont need the mysql, i need to know how to connect to server with batch file.
- 23 Oct 2015 11:23
- Forum: DOS Batch Forum
- Topic: export from online to local
- Replies: 4
- Views: 3426
export from online to local
Hi, i need some help creating a batch file that allows me to import a db from mysql online server to my local server in my computer. Have tried some code that i google but i cant seem to work it out. mysqldump -u [root] -p [pobd] > [pobd.sql] ----> export mysql -u [root] -p [pobd] < [pobd.sql] ---->...
- 12 Mar 2012 03:03
- Forum: DOS Batch Forum
- Topic: ftp
- Replies: 2
- Views: 2903
Re: ftp
that where i got my script.
- 09 Mar 2012 09:22
- Forum: DOS Batch Forum
- Topic: ftp
- Replies: 2
- Views: 2903
ftp
I guys, i would like to know if you guys can help with something. I need a bat file to move folder with all files and sub folder to a specific place in another server thru ftp I have something like this @echo off echo user colcy> ftpcmd.dat echo 123456>> ftpcmd.dat echo cd c:/files/upload/corc/>>ftp...