Actually, if you are using the command-line client, you should be able to just type:
mysql -u username -p -h hostname dbname
where
username=user of db you are going to connect
hostname= name of remote dbhost
dbname= name of remote database
User Profile
Collapse
-
Are you talking about full server backups or backing up just a few important files here and there?
If it's just a couple of targeted important files, I suggest writing a script and throwing it in cron. However, if you really need something more feature-rich:
Have you looked at amanda ?Leave a comment:
-
I think I am understanding you correctly...
you want to use 2 command line arguments in your script?
If so you will need to:
import sys
#assign arbuments to variables foo and bar
foo = sys.argv[1]
bar = sys.argv[2]Leave a comment:
-
You have named your class Interactions. In your main script, you are calling for the class interactions. Compare.. Interactions ! = interactions.
Also, is this a project you are doing for kicks? If you you need such a utility, slickrun does what you have described, almost to the letter. Of course, Slickrun is a windows only app. ;)Leave a comment:
-
This is an older post, but I figured I'd give it a shot...
I have some knowledge in Networker 7.1 and 7.2. I'll be happy to help if I can.Leave a comment:
No activity results to display
Show More
Leave a comment: