- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: mysql backup!!
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2005 02:47 PM
тАО01-09-2005 02:47 PM
1.i have 3 years(2002,2003,2004) data hosted in mysql database server.i want to backup one year records(whole 2003 records).please give me any idea for this.
2.usually i take backup using mysqldump command.6 months back i backed up all the data from database and deleted all the records. so i want to add old data(6months back data) to my existing database. but i am getting some errors like table allready exist.
any idea?
thanks in advance.
ajay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2005 05:25 PM
тАО01-09-2005 05:25 PM
Re: mysql backup!!
Link to :
http://www.phpmyadmin.net/home_page/index.php.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-09-2005 07:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-10-2005 02:18 AM
тАО01-10-2005 02:18 AM
Re: mysql backup!!
but generaly you should be able to do select all 2003 data and redirect to the file. Than you can modified this file to the real backup file (insterting insert into table blabla...)
second way is move 2003 data to the separate table in new db and do mysqldump of this db
If I good remember, before restoring of mysqldump file you must remove the tables. If you have a look inside the file , you are gonna see that the tables will be created again.
rgds Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2005 01:30 PM
тАО01-13-2005 01:30 PM
Re: mysql backup!!
Tien its really a good tool to mysql administration.thanks for your suggestion.but i am worrying about the security.is there any way for password protuction to phpmyadmin tool?
nick , sladky thank you very much for your suggestion. now i got solution to my problem.thank you very much.
regards,
ajay.