MySQL Forums
Forum List  »  Newbie

MySQL Dump
Posted by: albrius kasinskas
Date: December 24, 2011 09:11PM

Hello,

We were having some problems with MySQL Dump.
Problem is that dump file is relatively small compared to database.
Database - 14G. Dump File - 8.9G.
So we thought that something is wrong with the dump itself.
here is the output:
-- Retrieving view structure for table data_6...
-- It's base table, skipped
-- Retrieving view structure for table data_5...
-- It's base table, skipped
-- Retrieving view structure for table data_4...
-- It's base table, skipped
-- Retrieving view structure for table data_3...
-- It's base table, skipped
-- Retrieving view structure for table data_2...
-- It's base table, skipped
-- Retrieving view structure for table data_1...
-- It's base table, skipped
-- Retrieving view structure for table data_0...
-- It's base table, skipped

After I spent few hours googling it - I decided to ask you guys. Maybe some1 has a solution or some mad tips ?

EDIT: Just to add, I am using very simple mysqldump -u root -p data_db > data_db.sql



Edited 1 time(s). Last edit at 12/24/2011 09:38PM by albrius kasinskas.

Options: ReplyQuote


Subject
Written By
Posted
MySQL Dump
December 24, 2011 09:11PM
December 27, 2011 10:11AM
December 28, 2011 01:29AM
December 28, 2011 03:26AM
December 28, 2011 03:33AM
December 29, 2011 05:41PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.