Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
auto backup mysql database
Name: John Date: October 9, 2002 at 04:38:45 Pacific OS: redhat7.3 CPU/Ram: 256mb
Comment:
guru,
I want to my box to auto backup the database what I can do? or how to write the script to have the system auto run the backup command "mysqldupm --opt database > backup.sql"
The '/etc/crontab' file is a system level file for recurring jobs. man crontab will tell you more
7 fields minute hour day_of_month month day_of_week user command
Rather than the above echo statement, you could edit /etc/crontab with your favorite editor
You could also use "crontab -e"
0
Response Number 5
Name: phn737 Date: November 4, 2002 at 17:09:39 Pacific
Reply:
Now that mysql db is backup (using mysqldump.exe win32), can all the db be restore with mysqlimport.exe? Is it necessary to create the db name first in order to use mysqlimport or is there another command to do this?
Thank you
0
Response Number 6
Name: And Date: November 12, 2002 at 00:20:44 Pacific
Reply:
You can use backupsmanager from indexsoft.com. May be crontab will be add to it...
Summary: hello, I hope there is someone who might be able to assist me on this. I'm still learning to walk my way through linux, running Fedora Core 2. My Installation CD's got lost and recently I forgot [ :( ...
Summary: I want to allow some users on my Linux 9.0 web server to access a MySQL database on my server via the internet. They must be able to create and update tables in the MySQL database. Does anyone know ...
Summary: I am running Red Hat 7.2, I was thinking about setiing up MySQL database as a learning project. What I don't understand is if you setup the database on the server (I have my server configured as comm...