I am trying to figure out why my database dump is so large.
phpMyAdmin states that the total database size is 2.2GB
The MySql DUMP is 25GB
Why is the dump so much larger than the stated size in phpMyAdmin?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MySQL dumps are plain text files with the required SQL commands to recreate the tables and their contents.
Instead of this, phpMyAdmin shows the binary size of the database.