Importing database problem (2 replies)
I've exported a 41MB database using phpMyAdmin and now I'm trying to import it. Now, it didn't took long for me realize that phpMyAdmin wont import it due webserver restrictions, so I uploaded it to...
View ArticleDifferent behaviour in MySQL 5.0 and 5.5 regarding truncate and drop? (no...
Hi, we used MySQL 5.0.51a on a 100 GB Database on SLES10. Now we did same on MySQL 5.5.11. With the new system all SQL-Commands are blocked while running truncate or drop commands. Is there a...
View ArticleLVM snapshots (no replies)
Hi folks, this is my first post in mysql forum, I will quickly explain the problem and the solution we are trying to implement , the problem is that our analytics team runs queries like ( select *...
View Articlebackup_history table not create in mysql database after mysqlbackup completes...
Hi, I am taking hotbackup through mysqlbackup command , Mysql backup completes successfully but backup_history table not created in mysql database. I am not getting what is the issue , By using values...
View ArticleLength of time for Importing of Dump file to take (3 replies)
I've got a 300+ MB dump file on hand and am trying to import it into a new database I've created to a Debian server I'm connected to via SSH. I've put in the proper command to begin the import, and...
View ArticleProblem with database large when I export and import! (1 reply)
My problem is as follows: - My data is very large > 7MB, and I want to change new host - I have used the tools in myphpadmin to export my data out. - I use file bigdump.php to import - In...
View ArticleDeveloping backup solutions for MySQL (enterprise) (no replies)
Hello! I am investingating various possiblities for developing applications for MySQL backup. After some reading, I found here...
View Articlerestoring a database (1 reply)
Hi, I have an application that runs on a mysql database. I need to replace the database with another newer version database which is going to have the same name . I am planning to run the command...
View Articlemysqlbackup incremental backup script. (1 reply)
Hello, all. I'm a newbie to MySQL and i'm currently struggling with the mysqlbackup enterprise 3.6.1 tool. I have a full backup working now, however I'm unable to figure out how to submit an...
View Articleerror message when restoring backup (1 reply)
I am getting an error message when I try to restore the sql backup. It gives me the following error message: ERROR 1050(42S01) at line 33: Table 'tablename' already exists I know that there is a line...
View Articlesafe binary backup (1 reply)
We have innodb-only DB (well, except schema of mysql itself). And we are doing a binary backup (e.g copying entire mysql data folder to another disk/machine). Apart from stopping mysql before doing...
View ArticleERROR 1146 (42S02) at line 12: Table 'mysql.time_zone_name' doesn't exist (1...
Hello, I encountered this 'mysql.time_zone_name' error when trying to restore a MySQL 5.0 database from a mysqldump. I believe it's a bug. I saw someone asked about it earlier on this forum. I found a...
View Articlemysqldump and compressed BLOB: Syntax error when execute this dump (no replies)
Hi all, Due to the amount of data I insert into a blob field, I use the COMPRESS function to compress this data. Running mysqldump goes just fine, but when I want to execute the created dump, it fails...
View ArticleImporting very large database (Wikipedia) (1 reply)
I'm trying to create a Wikipedia copy and I'm almost done, but have problems with the largest file. Wikipedia offers database dumps for download, so everybody can create a copy of Wikipedia. You can...
View Articlemysqlbackup ERROR: Backup directory already exists and is not empty (no replies)
Hi, I'm testing MEB 3.6.1 and getting the following error when using mysqlbackup with --force option: mysqlbackup ERROR: Backup directory already exists and is not empty Here are the options in...
View Articlemysql 5.5 mysqldump (2 replies)
Hi, I have a question on the backup & recovery in mysql. I am working my MySQL enterprise edition 5.5.8 64-bit on Red Hat Linux 5. I have a Master/Slave asynchronous replication setup and the...
View ArticleMySQL Enterprise Backup: slow incremental backup (no replies)
Hello, I am using MEB 3.6 to backup thousands of tables (almost 700) incremental backup taking 20 minutes or more to complete. /lib/mysql/ibdata1 is 37Gb. Is it really necessary to copy this file for...
View ArticleHow to schedule backups? (no replies)
I am new to MYSQL so need some help with the scheduling part. Using the mysql Administrator tool i can schedule a backup but i am unable to find out the options through which i can mention if it has...
View ArticleCan MySQL Enterprise Backup be used in cluster / master-slave replication env...
Hi, I am new to mysql. My applogies for these basic questions. If some pages can answer below question, appreciate if anyone can let me know the link. According to whitepapger of Oracle, mysql 5.5...
View Articleincremental backups (no replies)
Hi all, ... guess this was asked before but couldn't find an answer in the forum. The thing is, we have daily cronjobs creating dumpfiles with mysqldump command of large databases on our servers. The...
View Article