Backup update,insert (1 reply)
I have a question that when the user logins in web application from that point till user logs out, all the transaction that he/she made can be rolled back when he/she chooses an option to restore. How...
View ArticleMySQLDump slow when target is a windows share (2 replies)
Hi I have a very strage issue. i have an client/server application thats uses MySql, this app has over 100 installations. One one site i expirience a very slow performance when dumping data from mysql...
View ArticleBackup Causes Server To Crash (1 reply)
Hi, every time I make a backup of my sql database it causes my server to crash. When I look at the mysql processes it shows a lot of queries with a locked state. They keep stacking up until the server...
View ArticleTake full backup from slave and retain ability to do Point-in-Time Recovery?...
Hello there. I am currently taking a daily snapshot of the master database using mysqlhotcopy. I am using this with the --flush-log option so that I am able to do a Point-in-Time recovery using the...
View Articleinnobackup error when using --apply-log (no replies)
I tried to recover a backup using another mysql server instance and received the following errors when running --apply-log. I found a backup from 5 days ago I could use that worked correctly. Has...
View Articlesetting the binary log files to a different PC of the network (in Windows)...
greetings from colombia (south america) i have exactly the same problem here: http://forums.mysql.com/read.php?28,292455,293271 sadly, no one answer there =( and now it's closed. anyone?
View ArticleFileReflex-Remote Access to your Desktop PC (no replies)
FileReflex is a Remote Desktop service provider. It allows you to access your remote computer just as if you were sitting directly in front of it. You can remote access your home or office computer...
View Articlemysqldump monthly backup (3 replies)
HI, is there any way that i can take monthly backup through mysql ? suppose i have data for one year and i only want to take backup of last month how can i do that ? thanks
View ArticleBackup Restore just stuck (1 reply)
I have normal with mysqldumb created backup file. It's about 15GB and contains a lot of blobs. Max size per blob is 30MB. Now when I try to restore the backup, the process just gets stuck. mysql...
View Articlemysqldump interfering with other access (3 replies)
I have a database with 11 tables that I am working with. There are, usually, about 40-60 java applications that access the database via JDBC connections. Is there any reason why, when I start a...
View ArticleIntermittent Error 2013: Lost connection while dumping fairly large myisam...
I have a server that has been installed for over two years and runs a nightly backup, one of the steps of which is: mysqldump -u user --password=password --opt --no-create-info databasename table1...
View Articlemysqldump ignore database (no replies)
Hi, I'm using the following command to backup all databases creation only: mysqldump -u username --password=password --host=host --port=port --all-databases --no-data >...
View ArticleAxiom 2.1.2.4 MySQL Backup and Restore System Released (no replies)
The Axiom Site Management System feature to Backup and Restore any MySQL Database has been released. All Backups are made from your site back to your own computer thereby assuring you the maximum...
View ArticleFileReflex- Remote Desktop for Mobiles (no replies)
FileReflex You can use this software with approximately all at this time well-liked mobile phones and RIM Blackberry devices as well. Besides, the Java client for usual Web browsers allows remote...
View ArticleHow to exclude database from dump command (no replies)
Hi, I'm using the following command to backup all databases creation only: mysqldump -u username --password=password --host=host --port=port --all-databases --no-data >...
View ArticleHow to reliably restore MySQL blobs (1 reply)
I have been backing up a MySQL database for several years with the command: mysqldump myDatabaseName -u root > myBackupFile.sql The backups have appeared to work fine... I then wanted to restore...
View Articlemysqldump -u root -p cbi < backup.sql issue (5 replies)
when I do a mysqldump restoration from a backup I get a the below message and backup did not get restore . Is there any solution for this? backup method mysqldump -u root -p cbi > backup.sql...
View ArticleBackup MySQL Server 5.1.45 (14 replies)
Hi, I'm to back up the database for My SQL Server 5.1.45 using the following commands: mysql> mysqldump -u [username] -p [password] test> testback.sql; mysql> mysqldump --databases...
View ArticleHow to save the export folder (no replies)
When I export MySQL database, the export folder is always set the default. How do I save my last chosen folder?
View Articlemysqldump don't backup innodb tables (2 replies)
Hello, I backup mysql server so: /usr/bin/mysqldump --all-databases --opt --flush-logs --result-file=/root/BK_MySQL/dump_mysql.bak when I restore some innodb tables are missed (the restore by mysql...
View Article